Skip to content

Commit

Permalink
🐛 Set deploy env to production
Browse files Browse the repository at this point in the history
  • Loading branch information
dohyun-ko committed Nov 26, 2024
1 parent 07e7193 commit f81c114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
command: pages deploy build --project-name=groups-fe-prod
command: pages deploy build --project-name=groups-fe-prod --branch=production

0 comments on commit f81c114

Please sign in to comment.