Skip to content

Commit

Permalink
Add deploy hook URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaldron authored Apr 19, 2024
1 parent 9e58d9f commit 2215ba1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cloudflare-deploy-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,9 @@ jobs:
call-cloudflare-deploy-webhook:
runs-on: ubuntu-latest
steps:
- run: echo "Hello, world!"
- shell: bash
env:
URL: ${{ secrets.CLOUDFLARE_DEPLOY_WEBOOK_URL }}
run: |
curl -X POST "$URL"

0 comments on commit 2215ba1

Please sign in to comment.