деплой
This commit is contained in:
parent
8e0828132a
commit
bcb654cec7
|
|
@ -28,5 +28,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ./deploy
|
cd ./deploy
|
||||||
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml
|
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml
|
||||||
|
git config --global user.email "deploy@deploy.deploy"
|
||||||
git commit -am 'auto-deploy'
|
git commit -am 'auto-deploy'
|
||||||
git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy
|
git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy
|
||||||
Loading…
Reference in New Issue