ssh again
Gitea Actions Demo / build_and_push (push) Failing after 57s Details

This commit is contained in:
artem 2025-03-30 09:49:09 +03:00
parent 9480a41e1c
commit e434ba1eae
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
chmod 700 /root/.ssh
chmod 400 /root/.ssh/id_ed25519
ssh -vT artem@gitea.webart-tech.ru
ssh -vT -o "IdentitiesOnly=yes" artem@gitea.webart-tech.ru
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_ed25519
echo '1'