deploy key
Gitea Actions Demo / build_and_push (push) Failing after 59s Details

This commit is contained in:
artem 2025-03-26 20:10:49 +03:00
parent 19daaea267
commit 2a1742186c
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
ssh-key: ${{ secrets.DEPLOY_KEY }}
run: |
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
echo "${{ secrets.DEPLOY_KEY }}" | tr -d '\r' | ssh-add -
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
cd ./deploy
sed -i -E 's/strava-frontend:.+/strava-frontend:${{ gitea.sha }}/g' strava.yml