fnmunhoz / street-comics

Simple app to navigate through all the comics ever released
0 stars 0 forks source link

chore: deploy to heroku using the container stack #22

Closed fnmunhoz closed 3 years ago

fnmunhoz commented 3 years ago

Heroku app setup

Assuming the Heroku CLI is installed and you are logged in, run:

heroku apps:create street-comics-api
heroku stack:set container --app street-comics-api
heroku config:set RAILS_MASTER_KEY=`cat street-comics-api/config/master.key` --app street-comics-api

Then go to the Heroku Web UI and set the Deployment method to Github.

So that, the app will be automatically deployed after a new push to the main branch and CI is successful.