empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

Set up Heroku staging environment #94

Closed CathMollie closed 7 years ago

CathMollie commented 7 years ago

Test new pages to push during pilot e.g.

steverabino commented 7 years ago

Staging environment live at https://drawmylife-staging.herokuapp.com

Developers will need to:

  1. Add local remote: git remote add dml-staging https://git.heroku.com/drawmylife-staging.git
  2. Whenever you want to do any heroku commands, add which remote you want to use by adding —remote dml-staging to your command