fix(ci): use --config flag so wrangler reads wrangler.json
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 15s
Some checks failed
Deploy to Cloudflare Pages / deploy (push) Failing after 15s
This commit is contained in:
@@ -30,4 +30,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
command: pages deploy dist
|
command: pages deploy --config wrangler.json
|
||||||
|
|||||||
Reference in New Issue
Block a user