1
0

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

This commit is contained in:
cuqmbr 2025-06-23 22:13:33 +03:00
parent f13871f748
commit 5ee73d5e72
Signed by: cuqmbr
GPG Key ID: 0AA446880C766199

View File

@ -36,6 +36,4 @@ jobs:
env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock
run: |
ping -c 4 bastion.cuqmbr.home
ssh-add -l
ssh -vvvv -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -J gitea-actions@bastion.cuqmbr.home gitea-actions@192.168.0.10 'cat /etc/os-release'
ssh -o ProxyCommand='ssh -p 22 -W %h:%p -q gitea-actions@bastion.cuqmbr.home' gitea-actions@192.168.0.10 'cat /etc/os-release'