From 6e462b0b36fdade0c7e54a035467455ae4925b19 Mon Sep 17 00:00:00 2001 From: Tomasz Mazur <47872060+AHGIJMKLKKZNPJKQR@users.noreply.github.com> Date: Thu, 11 Jun 2026 15:48:26 +0200 Subject: [PATCH] Move fishjam chat statics dir --- .github/workflows/fishjam-chat-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fishjam-chat-deploy.yml b/.github/workflows/fishjam-chat-deploy.yml index 576850c..05b15b8 100644 --- a/.github/workflows/fishjam-chat-deploy.yml +++ b/.github/workflows/fishjam-chat-deploy.yml @@ -51,4 +51,4 @@ jobs: rm: true strip_components: 3 source: web-react/fishjam-chat/dist/* - target: /usr/share/nginx/html + target: ${{ secrets.FISHJAM_CHAT_ROOT_DIR }}