ssh again
Gitea Actions Demo / build_and_push (push) Failing after 56s
Details
Gitea Actions Demo / build_and_push (push) Failing after 56s
Details
This commit is contained in:
parent
2238dc3889
commit
9480a41e1c
|
|
@ -26,7 +26,8 @@ jobs:
|
|||
run: |
|
||||
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
|
||||
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
|
||||
chmod 600 /root/.ssh/id_ed25519
|
||||
chmod 700 /root/.ssh
|
||||
chmod 400 /root/.ssh/id_ed25519
|
||||
ssh -vT artem@gitea.webart-tech.ru
|
||||
eval $(ssh-agent -s)
|
||||
ssh-add ~/.ssh/id_ed25519
|
||||
|
|
|
|||
Loading…
Reference in New Issue