-
Notifications
You must be signed in to change notification settings - Fork 8
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
🔧 add workflow file for all studios and web #2672 #2673
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM
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.
Deploy studios job deploys only secret studio
Missing deploys to global and other satellite sites.
Deploy all webs only deploys global web.. satellite site deploy missing.
Deploy to backup cluster can be removed as we no longer use it. |
id: get-token | ||
uses: ./.github/workflows/get-auth-token/ | ||
|
||
- name: Deploy to Radix backup 🚀 |
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.
Deploy to backup can be removed. There is a clean up task to remove app from backup cluster
status: ${{ job.status }} | ||
steps: ${{ toJson(steps) }} | ||
if: failure() | ||
|
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.
Deploy Studios for satellites sites missing.
No description provided.