skip default server block in cert issuance, remove ssh debug lines

This commit is contained in:
2026-03-20 16:53:47 -04:00
parent 085b0bdd1b
commit 4b39eaaf06
2 changed files with 5 additions and 2 deletions
+1 -2
View File
@@ -17,8 +17,7 @@ jobs:
chmod 644 ~/.ssh/known_hosts
echo "${{ secrets.DEPLOY_SSH_KEY }}" > ~/.ssh/deploy_key
chmod 600 ~/.ssh/deploy_key
cat ~/.ssh/known_hosts
ssh -v -o StrictHostKeyChecking=yes -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-nginx
ssh -o StrictHostKeyChecking=yes -i ~/.ssh/deploy_key deploy@${{ vars.DEPLOY_HOST }} deploy-nginx
test:
needs: deploy