fix: corriger le nom de déploiement pour Cloudflare Pages et nettoyer la configuration de wrangler

This commit is contained in:
2025-12-18 21:17:26 +01:00
parent 442cab6026
commit 041c25d1fd
2 changed files with 3 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
name: Deploy to Cloudflare Workers
name: Deploy to Cloudflare Pages
on:
push:
@@ -35,7 +35,7 @@ jobs:
STUDIO_GITHUB_CLIENT_ID: ${{ vars.STUDIO_GITHUB_CLIENT_ID }}
STUDIO_GITHUB_CLIENT_SECRET: ${{ vars.STUDIO_GITHUB_CLIENT_SECRET }}
- name: Publish to Cloudflare Workers
- name: Publish to Cloudflare Pages
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}