деплой
This commit is contained in:
parent
dbd48261d9
commit
8e0828132a
|
|
@ -27,7 +27,6 @@ jobs:
|
|||
- name: Deploy - into folder
|
||||
run: |
|
||||
cd ./deploy
|
||||
ls ./
|
||||
sed -i 's/platformer:.+/platformer:${{ gitea.sha }}/g' fyrox-platformer.yml
|
||||
git commit -am 'auto-deploy'
|
||||
git push
|
||||
git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy
|
||||
Loading…
Reference in New Issue