| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 89d6ee4 commit 566940a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70,12 +70,11 @@ jobs: | |||
| 70 | 70 | run: mv .env.production .env && echo "GITHUB_SHA=${GITHUB_SHA}" >> .env && pnpm run generate | |
| 71 | 71 | ||
| 72 | 72 | - name: Cloudflare Deploy 🚀 | |
| 73 | - uses: cloudflare/pages-action@1 | ||
| 73 | + uses: cloudflare/wrangler-action@v4 | ||
| 74 | 74 | with: | |
| 75 | 75 | apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} | |
| 76 | 76 | accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} | |
| 77 | - projectName: httpsms | ||
| 78 | - directory: web/.output/public | ||
| 77 | + command: pages deploy web/.output/public --project-name=httpsms | ||
| 79 | 78 | gitHubToken: ${{ secrets.GITHUB_TOKEN }} | |
| 80 | 79 | ||
| 81 | 80 | # - name: Firebase Deploy 🚀 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments