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
|
||||
|
||||
# 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 }}"
|
||||
|
||||
Reference in New Issue
Block a user