-
Notifications
You must be signed in to change notification settings - Fork 21
How to find a PR site
Isaac Zarsky edited this page May 3, 2019
·
5 revisions
- Go to the PR (https://github.com/DataBiosphere/terra-ui/pull/1380)
- Click “show all checks”, below all the comments
- Click details next to the "deploy-pr" step
- On the circleCI page (https://circleci.com/gh/DataBiosphere/terra-ui/9435) expand the “Deploy PR” step
- The target url listed (https://pr-0-dot-bvdp-saturn-dev.appspot.com) is where you want to go. These are all backed by dev, so you should use a non-prod account to log in.
N.B. Occasionally there won’t be a target URL, even though the deploy step appears to have completed. This is because the latest commit was pushed before the PR was actually opened on github. Clicking “Rebuild” in the upper right corner of the Circle page should cause the deploy to happen.
N.B. #2 Sometimes the deploy step will fail. This is the case when the PR was opened by somebody who doesn't have permissions on the repo, so they don't have permission to access the secrets needed for the deploy to actually happen.
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