Skip to content

Commit

Permalink
Chore: update the PR review domain (#3620)
Browse files Browse the repository at this point in the history
* Chore: update the PR review domain

* Update docs
  • Loading branch information
katspaugh authored Apr 29, 2024
1 parent c5f06e6 commit 7e19830
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@ jobs:
✅ Deploy successful!
**Website:**
https://${{ steps.extract_branch.outputs.branch }}--walletweb.review-wallet-web.5afe.dev/home?safe=eth:0xA77DE01e157f9f57C7c4A326eeE9C4874D0598b6
https://${{ steps.extract_branch.outputs.branch }}--walletweb.review.5afe.dev/home?safe=eth:0xA77DE01e157f9f57C7c4A326eeE9C4874D0598b6
**Storybook:**
https://${{ steps.extract_branch.outputs.branch }}--walletweb.review-wallet-web.5afe.dev/storybook/
https://${{ steps.extract_branch.outputs.branch }}--walletweb.review.5afe.dev/storybook/
message-failure: |
## Branch preview
❌ Deploy failed!
2 changes: 1 addition & 1 deletion docs/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We have several environments where the app can be deployed:
|Env|URL|Purpose|How it's deployed|Backend env|
|---|---|---|---|---|
|local|http://localhost:3000/app|local development|`yarn start`|staging|
|PRs |`https://<PR_NAME>--walletweb.review-wallet-web.5afe.dev/`|peer review & feature QA|for all PRs on push|staging|
|PRs |`https://<PR_NAME>--walletweb.review.5afe.dev/`|peer review & feature QA|for all PRs on push|staging|
|dev |https://safe-wallet-web.dev.5afe.dev/|preview of all WIP features|on push to the `dev` branch|staging|
|staging|https://safe-wallet-web.staging.5afe.dev/|preview of features before a release|on push to `main`|**production** (for testing)|
|production|https://app.safe.global/|live app|deployed by DevOps (see the [Release Procedure](release-procedure.md))|**production**|
Expand Down

0 comments on commit 7e19830

Please sign in to comment.