From 1cbe48d327d7c26f1971ce42398ce7bd6391a5bd Mon Sep 17 00:00:00 2001 From: set Date: Fri, 20 Mar 2026 19:26:13 +0200 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D1=81=D0=B8=D1=81=D1=82=D0=B5=D0=BC=D0=B0=20?= =?UTF-8?q?=D1=81=D0=B1=D0=BE=D1=80=D0=BA=D0=B8=20=D0=B8=20=D0=B8=D1=81?= =?UTF-8?q?=D0=BF=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=88?= =?UTF-8?q?=D0=B8=D0=B1=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/build.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index efce143..2fca012 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -36,4 +36,15 @@ jobs: strip_components: 1 rm: false debug: true - flatten: true \ No newline at end of file + 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