Skip to content

Commit

Permalink
ci: update wrangler config
Browse files Browse the repository at this point in the history
  • Loading branch information
Goose97 committed Oct 5, 2024
1 parent 65c7708 commit 30c8519
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
- name: Deploy to Cloudflare
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
run: npx wrangler pages deploy dist
run: npx wrangler pages deploy
1 change: 1 addition & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Generated by Wrangler on Sat Oct 05 2024 16:17:15 GMT+0700 (Indochina Time)
name = "ducnguyen-dot-space"
compatibility_date = "2024-10-04"
pages_build_output_dir = "./dist"

[env]
production = { }

0 comments on commit 30c8519

Please sign in to comment.