Skip to content

Commit

Permalink
fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
OJII3 committed Aug 8, 2024
1 parent fcfd3c3 commit 378c5e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/prod.yml → .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build project artifacts
run: bun --bun run build
- name: Deploy project artifacts to Cloudflare Pages
run: bunx wrangler pages deploy ./dist --project-name=mythfinder --branch main
run: bunx wrangler pages deploy ./dist --project-name=tuatmcc.com --branch main
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 378c5e7

Please sign in to comment.