ssh again
Gitea Actions Demo / build_and_push (push) Failing after 55s
Details
Gitea Actions Demo / build_and_push (push) Failing after 55s
Details
This commit is contained in:
parent
d6a476ce7f
commit
2238dc3889
|
|
@ -27,10 +27,11 @@ jobs:
|
||||||
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 600 /root/.ssh/id_ed25519
|
chmod 600 /root/.ssh/id_ed25519
|
||||||
|
ssh -vT artem@gitea.webart-tech.ru
|
||||||
eval $(ssh-agent -s)
|
eval $(ssh-agent -s)
|
||||||
ssh-add ~/.ssh/id_ed25519
|
ssh-add ~/.ssh/id_ed25519
|
||||||
echo '1'
|
echo '1'
|
||||||
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
git clone artem@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
||||||
echo '2'
|
echo '2'
|
||||||
cd ./deploy
|
cd ./deploy
|
||||||
sed -i -E 's/strava-frontend:.+/strava-frontend:${{ gitea.sha }}/g' strava.yml
|
sed -i -E 's/strava-frontend:.+/strava-frontend:${{ gitea.sha }}/g' strava.yml
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue