деплой

This commit is contained in:
artem 2024-01-13 21:01:59 +03:00
parent 0aa8e2064b
commit 4ec17f190a
1 changed files with 3 additions and 2 deletions

View File

@ -23,8 +23,9 @@ jobs:
push: true
tags: gitea.webart-tech.ru/webart/fyrox-platformer/platformer:${{ gitea.sha }}
- name: Deploy
run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git && \
cd kuber-deploy && \
run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git
- name: Deploy
run: cd ./kuber-deploy && \
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \
git commit -am 'auto-deploy' \
git push