deploy key
Gitea Actions Demo / build_and_push (push) Failing after 59s
Details
Gitea Actions Demo / build_and_push (push) Failing after 59s
Details
This commit is contained in:
parent
97ac944328
commit
f36e1816c3
|
|
@ -26,7 +26,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
run: |
|
run: |
|
||||||
git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy
|
git clone git@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 config --global user.email "deploy@deploy.deploy"
|
git config --global user.email "deploy@deploy.deploy"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue