File tree 4 files changed +352
-961
lines changed
4 files changed +352
-961
lines changed Original file line number Diff line number Diff line change 36
36
sed -i "s/SENTRY_RELEASE = \"\"/SENTRY_RELEASE = \"$SENTRY_RELEASE\"/g" wrangler.toml
37
37
38
38
- name : Deploy to Production
39
- run : npx wrangler publish --env production --outdir dist-worker --minify
39
+ run : npx wrangler deploy --env production --outdir dist-worker --minify
40
40
env :
41
41
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN_PRODUCTION }}
42
42
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID_PRODUCTION }}
Original file line number Diff line number Diff line change 36
36
sed -i "s/SENTRY_RELEASE = \"\"/SENTRY_RELEASE = \"$SENTRY_RELEASE\"/g" wrangler.toml
37
37
38
38
- name : Deploy to Staging
39
- run : npx wrangler publish --env staging --outdir dist-worker --minify
39
+ run : npx wrangler deploy --env staging --outdir dist-worker --minify
40
40
env :
41
41
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN_STAGING }}
42
42
CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID_STAGING }}
You can’t perform that action at this time.
0 commit comments