Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 513 Bytes

deploy.md

File metadata and controls

22 lines (21 loc) · 513 Bytes

To deploy into staging:

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