From f01ed66747650ac2c6347e2b1412d1ec7329645f Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 13 Jan 2024 20:54:51 +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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 1454503..9e13df0 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -21,4 +21,10 @@ jobs: with: context: . push: true - tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }} \ No newline at end of file + 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 && \ + cd kuber-deploy && \ + sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \ + git commit -am 'auto-deploy' \ + git push \ No newline at end of file