-
Notifications
You must be signed in to change notification settings - Fork 65
Deploying the website
Jeff Fredrickson edited this page Oct 5, 2016
·
7 revisions
Federalist continuously deploys all branches in this repository. The two environments/branches of greatest interest are:
Environment | Branch | URL |
---|---|---|
Development | dev | https://federalist.18f.gov/preview/GSA/cto-website/dev/ |
Production | master | http://federalist.18f.gov.s3-website-us-east-1.amazonaws.com/site/GSA/cto-website/ |
Note: We're actually not in production yet. We just have the branches set up to be ready for production. Also, when we actually go to production, the URL will use the cto.gsa.gov hostname and not the temporary one listed above.
Thanks to Federalist's continuous deployment, to deploy a branch, all you have to do is push it to GitHub.