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

This commit is contained in:
artem 2025-03-30 09:53:44 +03:00
parent e434ba1eae
commit 1cf6d7aa55
1 changed files with 2 additions and 2 deletions

View File

@ -28,11 +28,11 @@ jobs:
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
chmod 700 /root/.ssh
chmod 400 /root/.ssh/id_ed25519
ssh -vT -o "IdentitiesOnly=yes" artem@gitea.webart-tech.ru
git config --global user.email "artem@artem-B450M-DS3H"
eval $(ssh-agent -s)
ssh-add ~/.ssh/id_ed25519
echo '1'
git clone artem@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
echo '2'
cd ./deploy
sed -i -E 's/strava-frontend:.+/strava-frontend:${{ gitea.sha }}/g' strava.yml