ci: force wrangler to deploy to production branch
All checks were successful
Deploy to Cloudflare Pages / publish (push) Successful in 42s
All checks were successful
Deploy to Cloudflare Pages / publish (push) Successful in 42s
This commit is contained in:
parent
04db5ba519
commit
ba89a1784e
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ jobs:
|
||||||
npx @11ty/eleventy
|
npx @11ty/eleventy
|
||||||
|
|
||||||
- name: Push to Cloudflare Edge
|
- name: Push to Cloudflare Edge
|
||||||
run: npx wrangler pages deploy dist/ --project-name=news-opelousas-org
|
run: npx wrangler pages deploy dist/ --project-name=news-opelousas-org --branch main
|
||||||
env:
|
env:
|
||||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
|
||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue