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