From ff9c8d67a49130f33ec3ec8a384a593f4a39e909 Mon Sep 17 00:00:00 2001 From: Julian Cuni Date: Thu, 30 Apr 2026 19:39:44 +0200 Subject: [PATCH] Remove commented instruction for Portainer webhook auto-deploy in build workflow --- .gitea/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index cbf9ecc..6244052 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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 }}"