Skip to content

Commit

Permalink
dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs committed Nov 3, 2023
1 parent c272afc commit 36c80bc
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/deploy-cloudflare.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Deploy CF workers
# on:
# pull_request:
# paths:
# - 'cf/**'
# - '.github/workflows/deploy-cloudflare.yml'
# push:
# paths:
# - 'cf/**'
# - '.github/workflows/deploy-cloudflare.yml'

jobs:
check-deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cloudflare/wrangler-action@v3
working-directory: "cf/latest-snapshot"
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
command: deploy --dry-run

0 comments on commit 36c80bc

Please sign in to comment.