From 0aa8e2064b690f29130a4b1fbdd6f9a2caa1f2a6 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 13 Jan 2024 20:57:28 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=B5=D0=BF=D0=BB=D0=BE=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 9e13df0..d703833 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -23,7 +23,7 @@ jobs: push: true tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }} - name: Deploy - run: git pull https://gitea.webart-tech.ru/webart/kuber-deploy.git && \ + run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git && \ cd kuber-deploy && \ sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \ git commit -am 'auto-deploy' \