деплой
This commit is contained in:
parent
0aa8e2064b
commit
4ec17f190a
|
|
@ -23,8 +23,9 @@ jobs:
|
||||||
push: true
|
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
|
- name: Deploy
|
||||||
run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git && \
|
run: git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git
|
||||||
cd kuber-deploy && \
|
- name: Deploy
|
||||||
|
run: cd ./kuber-deploy && \
|
||||||
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \
|
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml \
|
||||||
git commit -am 'auto-deploy' \
|
git commit -am 'auto-deploy' \
|
||||||
git push
|
git push
|
||||||
Loading…
Reference in New Issue