деплой
This commit is contained in:
parent
0aa8e2064b
commit
4ec17f190a
|
|
@ -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
|
||||
Loading…
Reference in New Issue