Skip to content

Commit

Permalink
Update webhook curl call
Browse files Browse the repository at this point in the history
  • Loading branch information
infomiho committed Aug 26, 2024
1 parent 8439060 commit 0cce863
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:

# You can get the webhook URL from the Render dashboard
- name: Trigger Deploy Webhooks
env:
CLIENT_URL: ${{ secrets.RENDER_CLIENT_WEBHOOK }}
SERVER_URL: ${{ secrets.RENDER_SERVER_WEBHOOK }}
run: |
curl ${{ secrets.RENDER_CLIENT_WEBHOOK }}
curl ${{ secrets.RENDER_SERVER_WEBHOOK }}
curl "${{ env.CLIENT_URL }}"
curl "${{ env.SERVER_URL }}"

0 comments on commit 0cce863

Please sign in to comment.