devops: Speculative fix for Canary Trace Viewer deployment (#35281)

This commit is contained in:
Max Schmitt 2025-03-19 18:21:58 +01:00 committed by GitHub
parent 0350ca32b4
commit 90e7d2e9d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -77,7 +77,7 @@ jobs:
with:
app-id: ${{ vars.PLAYWRIGHT_APP_ID }}
private-key: ${{ secrets.PLAYWRIGHT_PRIVATE_KEY }}
repositories: playwright.dev
repositories: trace.playwright.dev
- name: Deploy Canary
run: bash utils/build/deploy-trace-viewer.sh --canary
if: contains(github.ref, 'main')

View File

@ -19,7 +19,7 @@ jobs:
with:
app-id: ${{ vars.PLAYWRIGHT_APP_ID }}
private-key: ${{ secrets.PLAYWRIGHT_PRIVATE_KEY }}
repositories: playwright.dev
repositories: trace.playwright.dev
- name: Deploy Stable
run: bash utils/build/deploy-trace-viewer.sh --stable
env: