fix: Deployment SSH keys
Some checks failed
Deploy / Prepare Build (push) Failing after 15s

This commit is contained in:
Matthew McKinnon 2024-10-28 21:54:20 +10:00
parent 1d0c03d734
commit 3c7d17d612

View File

@ -35,7 +35,7 @@ jobs:
echo "StrictHostKeyChecking no" >> ~/.ssh/config
echo "${{ secrets.ANSIBLE_VAULT_PASSWORD }}" > ~/.vault_password.txt
echo "nameserver 10.10.10.1" > /etc/resolv.conf
ssh -T root@pve2.comprofix.xyz
which ssh
# ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"