Enable Portainer webhook trigger for auto-deploy on successful builds
This commit is contained in:
@@ -64,6 +64,6 @@ jobs:
|
|||||||
tags: git.dev.microservices.al/trm/tcp-ingestion:main
|
tags: git.dev.microservices.al/trm/tcp-ingestion:main
|
||||||
|
|
||||||
# Uncomment when a Portainer webhook is configured for auto-deploy.
|
# Uncomment when a Portainer webhook is configured for auto-deploy.
|
||||||
# - name: Trigger Portainer Deploy
|
- name: Trigger Portainer Deploy
|
||||||
# if: success()
|
if: success()
|
||||||
# run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
run: curl -X POST "${{ secrets.PORTAINER_WEBHOOK_URL }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user