This commit is contained in:
artem 2024-01-13 21:07:31 +03:00
parent 92cb8c0b0a
commit 8de994b63d
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ jobs:
push: true push: true
tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }} tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }}
- name: Deploy - clone - name: Deploy - clone
run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy
- name: Deploy - into folder - name: Deploy - into folder
run: cd ./kuber-*** run: ls -la ./ && cd ./deploy && ls ./
- name: Deploy - replace - name: Deploy - replace
run: ls -la ./ run: ls -la ./
- name: Deploy - replace - name: Deploy - replace