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