deploy key
Gitea Actions Demo / build_and_push (push) Failing after 1m4s
Details
Gitea Actions Demo / build_and_push (push) Failing after 1m4s
Details
This commit is contained in:
parent
47cc29168b
commit
f1220b89da
|
|
@ -28,6 +28,7 @@ jobs:
|
|||
run: |
|
||||
ssh-keyscan -t rsa gitea.webart-tech.ru >> ~/.ssh/known_hosts
|
||||
echo "${{ secrets.DEPLOY_KEY }}" >> ~/.ssh/id_ed25519
|
||||
cat ~/.ssh/id_ed25519
|
||||
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