-
Notifications
You must be signed in to change notification settings - Fork 21
Deploying
Isaac Zarsky edited this page Mar 18, 2019
·
11 revisions
Dev is deployed after every merge. Branches are deployed if they have an open PR.
These deploy processes are documented here, including requirements of passing tests.
Prod is deployed every weekday morning, by finding the artifact in Circle from the most recent Dev deploy.
This process is documented here.
- Try going to the circle page for the deploy repo, clicking the latest deploy job, and hitting "Rerun workflow" in the top right.
- If that doesn't work (Circle is down, etc), follow the deploy steps from the config files linked above:
$ npm install $ npm run build $ gcloud app deploy --project=bvdp-saturn-prod --promote --quiet
- If you don't have permission for either of these steps, find someone who does.
- Seek out someone from @DataBiosphere/broadadmin or @DataBiosphere/terra-devs
Terra UI Wiki.
- Getting Started
- Contributor Guide
- Intro to UI Development
- Troubleshooting Build Failures
- Editor Configuration
- BEEs
- Pull Requests
- How to Find a PR Site
- Feature Flags
- Mixpanel
- Cobranding and White-Label Sites
- Using Terra UI packages in other projects