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