From 3b843eadb7ff1a804703908225e3edc6792fc798 Mon Sep 17 00:00:00 2001 From: artem Date: Sat, 4 May 2024 22:48:01 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index cf8d042..7c30a6a 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -21,12 +21,12 @@ jobs: with: context: . push: true - tags: gitea.webart-tech.ru/webart/fyrox-platformer:${{ gitea.sha }} + tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }} - name: Deploy run: | git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy cd ./deploy - sed -i -E 's/fyrox-platformer:.+/fyrox-platformer:${{ gitea.sha }}/g' fyrox-platformer.yml + sed -i -E 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml git config --global user.email "deploy@deploy.deploy" git commit -am 'auto-deploy' git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy \ No newline at end of file