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.
2 parents 08dff63 + a3e63fe commit efd2237Copy full SHA for efd2237
.github/workflows/deploy.yml
@@ -512,10 +512,17 @@ jobs:
512
mkdir .docs
513
npm run bootstrap
514
npm run build
515
- npm install -g @cloudflare/wrangler
516
- - run: wrangler publish
517
- env:
518
- CF_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
+ - name: Publish staging
+ uses: cloudflare/[email protected]
+ with:
+ apiToken: ${{ secrets.CF_API_TOKEN }}
519
+ workingDirectory: "products/terraform"
520
+ - name: Publish production
521
522
523
524
525
+ environment: "production"
526
527
deploy-time-services:
528
runs-on: ubuntu-latest
0 commit comments