From dbd48261d925230f5a0ae7b9b7f9fc4136b9d217 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 13 Jan 2024 21:09:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BB=D0=BE=D0=B3=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 0dfd74d..a88d585 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -25,12 +25,9 @@ jobs: - name: Deploy - clone run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy - name: Deploy - into folder - run: ls -la ./ && cd ./deploy && ls ./ - - name: Deploy - replace - run: ls -la ./ - - name: Deploy - replace - run: sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml - - name: Deploy - commit - run: git commit -am 'auto-deploy' - - name: Deploy - push - run: git push \ No newline at end of file + run: | + cd ./deploy + ls ./ + sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml + git commit -am 'auto-deploy' + git push \ No newline at end of file