Skip to content

Commit

Permalink
ci: 🦺 (api_deploy) cloudflare/wranger_action を使用しないように修正
Browse files Browse the repository at this point in the history
  • Loading branch information
dino3616 committed Mar 15, 2024
1 parent bfc9dbc commit 894c84f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/api_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Deploy
uses: cloudflare/wrangler-action@v3
with:
packageManager: pnpm
workingDirectory: ./apps/api/
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: pnpm --filter api run deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}

0 comments on commit 894c84f

Please sign in to comment.