Host on Heroku. Integrated with GitHub.
Pull Request will automatically spawns up a new review app.
git push staging master
Suppose feature branch name: feature/awesome
git push staging feature/awesome:master
git push production master
For more information, please refer to Heroku Docs.
heroku releases # show history of releases
heroku rollback v10 # rollback to version 10
For more information, please refer to Releases and Rollback.