Skip to content

Commit c2ff142

Browse files
author
Hermes Cron
committed
fix: wrangler pages deploy 用 --branch=main 代替不存在的 --prod 标志
1 parent f7b7bd1 commit c2ff142

14 files changed

Lines changed: 92 additions & 1 deletion

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
npx wrangler pages project create wuxia-game --production-branch=main 2>&1 | tee /tmp/wrangler_create.txt
5454
fi
5555
echo "--- Deploying to Cloudflare Pages (production) ---"
56-
npx wrangler pages deploy dist --project-name=wuxia-game --commit-message="Deploy from GitHub Actions" --prod 2>&1 | tee /tmp/wrangler_deploy.txt
56+
npx wrangler pages deploy dist --project-name=wuxia-game --branch=main --commit-message="Deploy from GitHub Actions ${{ github.sha }}" 2>&1 | tee /tmp/wrangler_deploy.txt
5757
echo "--- Deploy done ---"

r2-worker/.wrangler/cache/cf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"httpProtocol":"HTTP/1.1","clientAcceptEncoding":"gzip, deflate, br","requestPriority":"","edgeRequestKeepAliveStatus":1,"requestHeaderNames":{},"clientTcpRtt":151,"clientQuicRtt":0,"colo":"SJC","asn":45090,"asOrganization":"Tencent cloud computing (Beijing) Co., Ltd.","country":"CN","isEUCountry":false,"city":"Guangzhou","continent":"AS","region":"Guangdong","regionCode":"GD","timezone":"Asia/Shanghai","longitude":"113.25","latitude":"23.11667","postalCode":"510000","tlsVersion":"TLSv1.3","tlsCipher":"AEAD-AES256-GCM-SHA384","tlsClientRandom":"zusylqIiytjsdXNNPyFrfqqn9hIk+btVgLKyUKExROU=","tlsClientCiphersSha1":"JZtiTn8H/ntxORk+XXvU2EvNoz8=","tlsClientExtensionsSha1":"Y7DIC8A6G0/aXviZ8ie/xDbJb7g=","tlsClientExtensionsSha1Le":"6e+q3vPm88rSgMTN/h7WTTxQ2wQ=","tlsExportedAuthenticator":{"clientHandshake":"798024315d6377eb677e211a344960f82f454d0e395db71970f1137f886396c2aac5bc778ff8fb99536813d87555aacb","serverHandshake":"369e78ad92585121faeaa42b18ee5cebe4db103e8e55d0f91d625f310adb3487418bdf9bda2fdfadfde547dbd526dcfa","clientFinished":"68da180364d296f57c578122b5ba54b6b0d97847747654d1fda0b76dbda6a46bfbf84720650f72b51b7d78fe0268c38a","serverFinished":"ec7e53ad8db3feabdc1ce80b54a5eefd524df5b6fa15110efbdd8ad92e6ca49f585c8fcba8d831235ea9815345974638"},"tlsClientHelloLength":"386","tlsClientAuth":{"certPresented":"0","certVerified":"NONE","certRevoked":"0","certIssuerDN":"","certSubjectDN":"","certIssuerDNRFC2253":"","certSubjectDNRFC2253":"","certIssuerDNLegacy":"","certSubjectDNLegacy":"","certSerial":"","certIssuerSerial":"","certSKI":"","certIssuerSKI":"","certFingerprintSHA1":"","certFingerprintSHA256":"","certNotBefore":"","certNotAfter":"","certRFC9440":"","certRFC9440TooLarge":false,"certChainRFC9440":"","certChainRFC9440TooLarge":false},"verifiedBotCategory":"","edgeL4":{"deliveryRate":28017},"botManagement":{"corporateProxy":false,"verifiedBot":false,"jsDetection":{"passed":false},"staticResource":false,"detectionIds":{},"score":99}}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)