Skip to content

Commit

Permalink
Merge pull request #2 from tuatmcc/feat/fix-workflow
Browse files Browse the repository at this point in the history
[fix]: cf page project name
  • Loading branch information
OJII3 authored Aug 8, 2024
2 parents 3c3aa8e + aa3e4ad commit 0bb4f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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=tuatmcc.com --branch main
run: bunx wrangler pages deploy ./dist --project-name=tuatmcc-com-mk3 --branch main
env:
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}

0 comments on commit 0bb4f43

Please sign in to comment.