Deployment - UIKonf/cfp GitHub Wiki
The application is deployed using Heroku.
git push heroku masterheroku run rails db:migrateRoll back to the previous version:
heroku rollbackYou might have to also rollback the database changes:
heroku run rails db:rollbackRoll back to a specific version:
heroku rollback <version>List all application versions:
heroku releases