ssh again
Gitea Actions Demo / build_and_push (push) Failing after 57s
Details
Gitea Actions Demo / build_and_push (push) Failing after 57s
Details
This commit is contained in:
parent
d0e9a8bb34
commit
1b505f3ef9
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
|
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
|
||||||
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
|
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
|
||||||
chmod 400 /root/.ssh/id_ed25519
|
chmod 600 /root/.ssh/id_ed25519
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
ssh-add ~/.ssh/id_ed25519
|
ssh-add ~/.ssh/id_ed25519
|
||||||
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue