File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 # Deploy the API
3030 - name : 🛳️ DEPLOY Cloudflare Workers
3131 run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy
32+ # Deploy the auth tokens worker
33+ - name : 🛳️ DEPLOY AUTH-TOKEN WORKER
34+ run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy --config ./workers/auth_tokens/wrangler.toml
3235 # Redeploy the EMAIL queue consumer
3336 - name : 💀/🛳️ RE-DEPLOY MAIL queue consumer
3437 run : |
Original file line number Diff line number Diff line change 3232 # Deploy the API
3333 - name : 🛳️ DEPLOY API WORKER
3434 run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy --env=production
35-
35+ # Deploy the auth tokens worker
3636 - name : 🛳️ DEPLOY AUTH-TOKEN WORKER
3737 run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy --env=production --config ./workers/auth_tokens/wrangler.toml
3838 # Redeploy the EMAIL queue consumer
Original file line number Diff line number Diff line change 3232 # Deploy the API
3333 - name : 🛳️ DEPLOY Cloudflare Workers
3434 run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy --env=staging
35+ # Deploy the auth tokens worker
36+ - name : 🛳️ DEPLOY AUTH-TOKEN WORKER
37+ run : CLOUDFLARE_API_TOKEN=${{ secrets.CLOUDFLARE_WORKERS_JSCONF_DEV_DEPLOY }} npx wrangler deploy --env=staging --config ./workers/auth_tokens/wrangler.toml
3538 # Redeploy the EMAIL queue consumer
3639 - name : 💀/🛳️ RE-DEPLOY MAIL queue consumer
3740 run : |
You can’t perform that action at this time.
0 commit comments