From 3da3e6c60cf447f9ec37ea7c45549f9b33bec568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Thu, 12 Feb 2026 11:56:31 +0100 Subject: [PATCH] feat(deploy): compose deploy fixed --- .gitea/workflows/cicd.yaml | 2 ++ backend/entrypoint.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 027b131..386d3cd 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -167,6 +167,8 @@ jobs: # 5. Send to server ssh -i ~/.ssh/id_ed25519 -o BatchMode=yes "${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }}" \ "setenv ${{ env.ENV }}" < /tmp/full_env.env + + - name: Trigger deploy on Unraid (forced command key) shell: bash diff --git a/backend/entrypoint.sh b/backend/entrypoint.sh index 17d5cf5..1dcaaa2 100644 --- a/backend/entrypoint.sh +++ b/backend/entrypoint.sh @@ -4,6 +4,8 @@ echo "Starting Backend Application" echo "DB_URL: $DB_URL" echo "DB_USERNAME: $DB_USERNAME" echo "SLICER_PATH: $SLICER_PATH" +echo "--- ALL ENV VARS ---" +env echo "----------------------------------------------------------------" # Exec java with explicit properties from env