Skip to content

Commit

Permalink
Create wrangler_dry_run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metadaddy authored Oct 9, 2024
1 parent a9dacc4 commit 4736dca
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/wrangler_dry_run.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
on:
push:
branches:
- main

jobs:
deploy:
runs-on: ubuntu-latest
name: Dry Run
steps:
- uses: actions/checkout@v4
- name: Dry Run
uses: cloudflare/wrangler-action@v3
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
preCommands: cp wrangler.toml.template wrangler.toml
command: deploy --dry-run

0 comments on commit 4736dca

Please sign in to comment.