deploy key
Gitea Actions Demo / build_and_push (push) Failing after 1m1s
Details
Gitea Actions Demo / build_and_push (push) Failing after 1m1s
Details
This commit is contained in:
parent
f36e1816c3
commit
19daaea267
|
|
@ -26,6 +26,7 @@ jobs:
|
|||
with:
|
||||
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||
run: |
|
||||
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue