Closed fnmunhoz closed 3 years ago
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.
Deployment method
Github
So that, the app will be automatically deployed after a new push to the main branch and CI is successful.
main
Heroku app setup
Assuming the Heroku CLI is installed and you are logged in, run:
Then go to the Heroku Web UI and set the
Deployment method
toGithub
.So that, the app will be automatically deployed after a new push to the
main
branch and CI is successful.