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

This commit is contained in:
artem 2025-03-26 19:56:04 +03:00
parent 1b7c1bd6ef
commit e478ef74d6
1 changed files with 4 additions and 0 deletions

View File

@ -22,6 +22,10 @@ jobs:
context: .
push: true
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
run: |
git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy