ssh again
Gitea Actions Demo / build_and_push (push) Failing after 56s
Details
Gitea Actions Demo / build_and_push (push) Failing after 56s
Details
This commit is contained in:
parent
296f5e0736
commit
28cdca4f0e
|
|
@ -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
|
||||||
git config --global user.email "deploy@deploy.deploy"
|
git config --global user.email "deploy@deploy.deploy"
|
||||||
git clone git@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
git clone https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru:webart/kuber-deploy.git deploy
|
||||||
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
|
||||||
git commit -am 'auto-deploy'
|
git commit -am 'auto-deploy'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue