1
0

update
Some checks failed
/ deploy (push) Failing after 6s

This commit is contained in:
cuqmbr 2025-06-24 12:39:58 +03:00
parent af7eb95ef9
commit 9b3f4c55d9
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -22,6 +22,7 @@ jobs:
chmod 600 ~/.ssh/key chmod 600 ~/.ssh/key
ssh-agent -a $SSH_AUTH_SOCK > /dev/null ssh-agent -a $SSH_AUTH_SOCK > /dev/null
ssh-add ~/.ssh/key ssh-add ~/.ssh/key
ssh-keyscan bastion.cuqmbr.home > ~/.ssh/.known_hosts
# - name: Run ansible playbook # - name: Run ansible playbook
# env: # env:
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock # SSH_AUTH_SOCK: /tmp/ssh_agent.sock