Deployment - UIKonf/cfp GitHub Wiki

The application is deployed using Heroku.

Deploying the application

git push heroku master

Running a migration after the application is deployed

heroku run rails db:migrate

Rolling back a failed deployment

Roll back to the previous version:

heroku rollback

You might have to also rollback the database changes:

heroku run rails db:rollback

Roll back to a specific version:

heroku rollback <version>

List all application versions:

heroku releases
⚠️ **GitHub.com Fallback** ⚠️