Skip to content

Commit 6432daf

Browse files
committed
Try again but with form submission
1 parent f4f5c53 commit 6432daf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@ jobs:
1313
steps:
1414
- name: Trigger deploy
1515
run: |
16-
curl --fail-with-body --silent --show-error -X POST "${{ secrets.HOOKURL }}?commit=${{ github.sha }}" -H "X-Key: ${{ secrets.HOOKSECRET }}"
16+
curl --fail-with-body --silent --show-error -X POST ${{ secrets.HOOKURL }} \
17+
-H "X-Key: ${{ secrets.HOOKSECRET }}" \
18+
-H "Content-Type: application/x-www-form-urlencoded" \
19+
-d "commit=${{ github.sha }}"

0 commit comments

Comments
 (0)