deploy key
Gitea Actions Demo / build_and_push (push) Failing after 1m1s Details

This commit is contained in:
artem 2025-03-26 20:01:52 +03:00
parent e478ef74d6
commit 97ac944328
1 changed files with 1 additions and 3 deletions

View File

@ -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