diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index d703833..9002697 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -23,8 +23,9 @@ jobs: push: true 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 && \ - cd kuber-deploy && \ + run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git + - name: Deploy + run: 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