Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 452 Bytes

DEPLOYMENT.md

File metadata and controls

19 lines (10 loc) · 452 Bytes

Deployment

Host on Heroku. Integrated with GitHub.

Deploy to Staging

git push staging master

Deploy a Feature Branch to Staging

Suppose feature branch name: feature/awesome:

git push staging feature/awesome:master

Deploy to Production

git push production master

For more information, please refer to Heroku Docs.