деплой
This commit is contained in:
parent
b85c8084dd
commit
401ca013fa
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
run: |
|
||||
cd ./deploy
|
||||
sed -i -E 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml
|
||||
cat fyrox-platformer.yml
|
||||
git config --global user.email "deploy@deploy.deploy"
|
||||
git commit -am 'auto-deploy'
|
||||
echo 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