Enable Portainer webhook trigger for auto-deploy on successful builds

This commit is contained in:
2026-04-30 17:55:06 +02:00
parent 155f034f61
commit 2b6b447252
+3 -3
View File
@@ -64,6 +64,6 @@ jobs:
tags: git.dev.microservices.al/trm/tcp-ingestion:main
# Uncomment when a Portainer webhook is configured for auto-deploy.
# - name: Trigger Portainer Deploy
# if: success()
# run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
- name: Trigger Portainer Deploy
if: success()
run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"