Skip to content

Commit

Permalink
fix deploy (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshawl authored Mar 19, 2024
1 parent 90b2e0d commit 39c95a2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,9 @@ jobs:
if: github.ref == 'refs/heads/main'
environment: production
steps:
- uses: actions/checkout@v4
- name: Deploy
run: npx wrangler deploy src/index.js -c ./wrangler.toml
run: npx wrangler deploy
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CLOUDFLARE_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}

0 comments on commit 39c95a2

Please sign in to comment.