Deployment - UIKonf/cfp GitHub Wiki
The application is deployed using Heroku.
git push heroku master
heroku run rails db:migrate
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