Remove commented instruction for Portainer webhook auto-deploy in build workflow
This commit is contained in:
@@ -63,7 +63,6 @@ jobs:
|
||||
push: true
|
||||
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 }}"
|
||||
|
||||
Reference in New Issue
Block a user