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
e478ef74d6
commit
97ac944328
|
|
@ -22,11 +22,9 @@ jobs:
|
||||||
context: .
|
context: .
|
||||||
push: true
|
push: true
|
||||||
tags: gitea.webart-tech.ru/webart/strava-frontend:${{ gitea.sha }}
|
tags: gitea.webart-tech.ru/webart/strava-frontend:${{ gitea.sha }}
|
||||||
- uses: actions/checkout@v2
|
- name: Deploy
|
||||||
with:
|
with:
|
||||||
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
repository: organization_name/repo_name
|
|
||||||
- name: Deploy
|
|
||||||
run: |
|
run: |
|
||||||
git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy
|
git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy
|
||||||
cd ./deploy
|
cd ./deploy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue