деплой

This commit is contained in:
artem 2024-01-13 20:54:51 +03:00
parent dd8fa3c7f0
commit f01ed66747
1 changed files with 7 additions and 1 deletions

View File

@ -21,4 +21,10 @@ jobs:
with:
context: .
push: true
tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }}
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 && \
cd kuber-deploy && \
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \
git commit -am 'auto-deploy' \
git push