-
Notifications
You must be signed in to change notification settings - Fork 21
How to find a PR site
-
Go to a PR of interest that is open.
-
Click on
Show all checks
, located below all the comments, if it wasn't clicked on before. -
Click on
Details
next to theci/circleci: deploy-pr
step. -
On the Circle CI page that comes up, expand the
Deploy PR
step. -
The target url value listed under
Services to deploy
is the one you're looking for. It will look something likehttps://pr-0-dot-bvdp-saturn-dev.appspot.com
. These are all backed by dev, so you should use a non-prod account to log in.
-
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 CI page should cause the deploy to happen. -
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.
-
The number used for the pr site is the last digit of the PR number. It's technically possible that a site could be clobbered by another, new enough PR, since we only do 0-9. This hasn't been a problem, so we haven't worried about finding a solution.
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