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' \