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

This commit is contained in:
Matthew McKinnon 2024-10-28 21:55:32 +10:00
parent 3c7d17d612
commit 430dc07b73

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
which ssh
ssh-add -L
# ./.gitea/workflows/deploy.sh "${{ github.event.before }}" "${{ github.sha }}"