Add verbose logging to deploy step for debugging
Build and Push Docker Image / build (push) Successful in 7s
Build and Push Docker Image / build (push) Successful in 7s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user