use vars.DEPLOY_HOST instead of secrets

This commit is contained in:
2026-03-15 21:49:40 -04:00
parent 3df57e377f
commit 7430b13384
+1 -1
View File
@@ -28,4 +28,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-${REPO_NAME}
ssh -o StrictHostKeyChecking=accept-new -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-${REPO_NAME}