деплой

This commit is contained in:
artem 2024-01-13 20:57:28 +03:00
parent f01ed66747
commit 0aa8e2064b
1 changed files with 1 additions and 1 deletions

View File

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