From ec7289dc5941a40804da1b441b4fd15b5dd82f3e Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Thu, 16 Jul 2026 18:47:37 +0200 Subject: [PATCH] Fix port --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5c3ccc0..3e1075a 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -52,4 +52,4 @@ jobs: # 3. Trigger Watchtower directly over local HTTP port 8080 curl -i -X POST \ -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ - "http://$HOST_IP:8080/v1/update" \ No newline at end of file + "http://$HOST_IP:8007/v1/update" \ No newline at end of file