use vars.DEPLOY_HOST instead of secrets since hostname is not sensitive

This commit is contained in:
2026-03-15 21:49:29 -04:00
parent 5dd2343d4a
commit b96e94afa6
4 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ jobs:
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@${{ secrets.DEPLOY_HOST }} deploy-timothykim.net
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-timothykim.net