deploy key
Gitea Actions Demo / build_and_push (push) Failing after 1m43s
Details
Gitea Actions Demo / build_and_push (push) Failing after 1m43s
Details
This commit is contained in:
parent
1b7c1bd6ef
commit
e478ef74d6
|
|
@ -22,6 +22,10 @@ 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
|
||||||
|
with:
|
||||||
|
ssh-key: ${{ secrets.DEPLOY_KEY }}
|
||||||
|
repository: organization_name/repo_name
|
||||||
- name: Deploy
|
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue