To deploy into staging:
- Confirm you have privileges to push to https://git.heroku.com/websiteone-staging.git
- In github: merge develop to staging
- Clone websiteone if not already cloned
git clone https://github.com/websiteone.git
- If remote not set for heroku:
git add heroku https://git.heroku.com/websiteone-staging.git
- Checkout and pull from staging
cd websiteone
git checkout staging
git pull origin staging
- Push to heroku
git push staging heroku:master