From 85ff95256256fb3673c7458776e212dcffd4da6e Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Wed, 11 Mar 2026 21:00:33 -0400 Subject: [PATCH] Add verbose logging to deploy step for debugging Co-Authored-By: Claude Opus 4.6 --- .gitea/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4df8527..1463a46 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -25,5 +25,7 @@ jobs: - name: Deploy run: | - curl -sf -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ + echo "Attempting to reach watchtower endpoint..." + curl -v -w "\nHTTP_CODE:%{http_code}\n" \ + -H "Authorization: Bearer ${{ secrets.WATCHTOWER_TOKEN }}" \ https://www.timothykim.net/watchtower/v1/update