diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a88d585..b6c2901 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -27,7 +27,6 @@ jobs: - name: Deploy - into folder run: | cd ./deploy - ls ./ sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml git commit -am 'auto-deploy' - git push \ No newline at end of file + git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy \ No newline at end of file