Switch deploy from watchtower to SSH
Build and Push Docker Image / build (push) Successful in 10s

This commit is contained in:
2026-03-12 09:38:56 -04:00
parent 10f8ae4706
commit 2bc40aa690
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -25,7 +25,7 @@ jobs:
- name: Deploy
run: |
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
mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@timothykim.net
+1 -1
View File
@@ -5,6 +5,6 @@
</head>
<body>
<h1>Hello, World!</h1>
test 4
test 5
</body>
</html>