Wrangle it up - wrangler directly in an attempt to work.
Build and Deploy / deploy (push) Successful in 1h14m49s
Build and Deploy / deploy (push) Successful in 1h14m49s
This commit is contained in:
@@ -18,10 +18,6 @@ jobs:
|
|||||||
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
|
||||||
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
|
||||||
run: |
|
run: |
|
||||||
echo "Token set: ${#CLOUDFLARE_API_TOKEN} chars"
|
nix run nixpkgs#wrangler -- pages deploy result/ \
|
||||||
echo "Account ID set: ${#CLOUDFLARE_ACCOUNT_ID} chars"
|
|
||||||
npx --yes wrangler@3 pages deploy result/ \
|
|
||||||
--project-name=personal-site \
|
--project-name=personal-site \
|
||||||
--commit-dirty=true > /tmp/wrangler.log 2>&1 \
|
--commit-dirty=true
|
||||||
|| (cat /tmp/wrangler.log; exit 1)
|
|
||||||
cat /tmp/wrangler.log
|
|
||||||
|
|||||||
Reference in New Issue
Block a user