-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(wallet-dashboard): Improve release process #4537
feat(wallet-dashboard): Improve release process #4537
Conversation
@@ -69,13 +69,14 @@ jobs: | |||
with: | |||
isProd: false | |||
|
|||
wallet-dashboard-prod: | |||
name: Vercel Wallet Dashboard Production | |||
wallet-dashboard-staging: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reminder that this will need an update of the confluence page 🙏🏻
This pull request has been deployed to Vercel. Latest commit: 18e486c ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-hyy3fmbdj.vercel.app |
This pull request has been deployed to Vercel. Latest commit: 5dae03f ✅ Preview: https://wallet-dashboard-a225fcfa1e2f852205a61a7cd1d5d93e92-gi6n7akrk.vercel.app |
* feat(dashboard): Embed git rev into settings panel * refactor(wallet-dashboard): Update CI * typo * fix: Add missing isStaging: false to preview deploys of the explorer * fmt * also embed the rev in the welcome page
Closes #1899
Inspired by #3812