Wrangle it up - wrangler directly in an attempt to work.
Build and Deploy / deploy (push) Successful in 1h14m49s

This commit is contained in:
2026-05-20 10:56:33 +03:00
parent 4325641879
commit aa9a9c75f8
+2 -6
View File
@@ -18,10 +18,6 @@ jobs:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
run: |
echo "Token set: ${#CLOUDFLARE_API_TOKEN} chars"
echo "Account ID set: ${#CLOUDFLARE_ACCOUNT_ID} chars"
npx --yes wrangler@3 pages deploy result/ \
nix run nixpkgs#wrangler -- pages deploy result/ \
--project-name=personal-site \
--commit-dirty=true > /tmp/wrangler.log 2>&1 \
|| (cat /tmp/wrangler.log; exit 1)
cat /tmp/wrangler.log
--commit-dirty=true