This commit is contained in:
@@ -18,6 +18,10 @@ 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/ \
|
||||
--project-name=personal-site \
|
||||
--commit-dirty=true 2>&1
|
||||
--commit-dirty=true > /tmp/wrangler.log 2>&1 \
|
||||
|| (cat /tmp/wrangler.log; exit 1)
|
||||
cat /tmp/wrangler.log
|
||||
|
||||
Reference in New Issue
Block a user