migrate to hantim org and use DEPLOY_HOST secret
Build and Push Docker Image / build (push) Has been cancelled

This commit is contained in:
2026-03-15 21:46:39 -04:00
parent dc98098cd4
commit 683ac47790
+2 -2
View File
@@ -21,11 +21,11 @@ jobs:
with: with:
context: . context: .
push: true push: true
tags: git.timothykim.net/timothykim/static:latest tags: git.timothykim.net/hantim/static:latest
- name: Deploy - name: Deploy
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key chmod 600 ~/.ssh/deploy_key
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@timothykim.net deploy-timothykim.net ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ secrets.DEPLOY_HOST }} deploy-timothykim.net