Skip to content

Commit af4efb4

Browse files
committed
Update pipelines
1 parent baf0476 commit af4efb4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,11 @@ jobs:
7171
- name: Deploy to GitHub Pages
7272
id: deployment
7373
uses: actions/deploy-pages@v4
74+
75+
- name: Notify webhook
76+
if: success()
77+
run: |
78+
curl -u "${{ secrets.WEBHOOK_USER }}:${{ secrets.WEBHOOK_PASSWORD }}" \
79+
-k -X POST -H "Content-Type: application/json" \
80+
-d '{"status":"success","url":"${{ steps.deployment.outputs.page_url }}"}' \
81+
https://n8n.tsloan82.duckdns.org/webhook/2cf5498a-df0e-46d2-b432-4e359700c9cf

0 commit comments

Comments
 (0)