Remove commented instruction for Portainer webhook auto-deploy in build workflow

This commit is contained in:
2026-04-30 19:39:44 +02:00
parent 477fabfef8
commit ff9c8d67a4
-1
View File
@@ -63,7 +63,6 @@ jobs:
push: true push: true
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.
- 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 }}"