From 5b3e66f4e017eb74af4eef3d82539d7ba646cfe9 Mon Sep 17 00:00:00 2001 From: Timothy Kim Date: Fri, 13 Mar 2026 17:15:06 -0400 Subject: [PATCH] fix deploy command to match directory name timothykim.net --- .gitea/workflows/deploy-timothykim.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy-timothykim.yml b/.gitea/workflows/deploy-timothykim.yml index c2e8494..fc24a59 100644 --- a/.gitea/workflows/deploy-timothykim.yml +++ b/.gitea/workflows/deploy-timothykim.yml @@ -15,4 +15,4 @@ jobs: mkdir -p ~/.ssh echo "${{ secrets.DEPLOY_KEY }}" > ~/.ssh/deploy_key chmod 600 ~/.ssh/deploy_key - ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ secrets.DEPLOY_HOST }} deploy-timothykim + ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ secrets.DEPLOY_HOST }} deploy-timothykim.net