Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.04 KB

DEPLOYING.md

File metadata and controls

28 lines (16 loc) · 1.04 KB

Deploying

Requirements

Timing for Deploys

  • Staging: Deployed automatically on successful builds from master.
  • Production: Manually deployed by running bin/release after acceptance is cleared. After standup is a great time to do this.

Deploying to Staging

CircleCI is currently set up to deploy green builds to staging.

Deploying to Production

Our release process will promote the staging environment to production and demo.

Before deploying to production, we want to make sure that:

  • All tickets that are awaiting acceptance have been accepted
  • All necessary configuration variables are set on production
  • All buildpacks are the same between staging and production

To do this, run bin/release and it will walk through each of those steps.

As this process changes, please keep the script up to date.