We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f77aeb commit 8e11372Copy full SHA for 8e11372
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v4
19
- uses: ./.github/actions/setup
20
- uses: ./.github/actions/test
21
- - name: Deploy (staging)
+ - name: Deploy Workers (staging)
22
run: pnpm turbo deploy -- -e staging
23
env:
24
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
.github/workflows/release.yml
@@ -56,7 +56,7 @@ jobs:
56
name: published-packages
57
path: ${{ runner.temp }}
58
59
- - name: Deploy Published Workers
+ - name: Deploy Published Workers (production)
60
run: pnpm runx deploy-published-workers --env production
61
62
0 commit comments