Skip to content

Commit

Permalink
fix: 🔧 deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
AkashRajpurohit authored Aug 1, 2023
1 parent 120b152 commit f1fddc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-cf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

# Deploy
- name: Deploy 🚀
run: yarn deploy
run: pnpm deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}

0 comments on commit f1fddc0

Please sign in to comment.