Добавлена система сборки и исправлены ошибки
Some checks failed
Build G365SFU / build (push) Failing after 46s
Some checks failed
Build G365SFU / build (push) Failing after 46s
This commit is contained in:
@@ -37,3 +37,14 @@ jobs:
|
||||
rm: false
|
||||
debug: true
|
||||
flatten: true
|
||||
- name: Restart Docker containers
|
||||
uses: appleboy/ssh-action@v1.2.5
|
||||
with:
|
||||
host: ${{ secrets.SFU_SSH_HOST }}
|
||||
username: ${{ secrets.SFU_SSH_USER }}
|
||||
password: ${{ secrets.SFU_SSH_PASSWORD }}
|
||||
port: ${{ secrets.SFU_SSH_PORT }}
|
||||
script: |
|
||||
cd ${{ secrets.SFU_DEPLOY_PATH }}
|
||||
docker-compose down
|
||||
docker compose up -d --build
|
||||
|
||||
Reference in New Issue
Block a user