Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 620 Bytes

DEPLOYMENT.md

File metadata and controls

21 lines (13 loc) · 620 Bytes

Kratos's Deployment Guide

Heroku

Git Push

Deployment to Heroku is a no-brainer:

git push heroku

Assets

If you are using the Cedar stack, Heroku automatically compiles your assets. Refer to its guide if things don't happen as you wish it to be.

Database

To backup (or download for troubleshooting purpose) the remote database, use taps. You can push your local DB to Heroku too.