From dd0ef860efa48441f14883c835cdbb76ee888446 Mon Sep 17 00:00:00 2001 From: Baerspektivo Date: Wed, 10 Jun 2026 13:14:58 +0200 Subject: [PATCH] stand 13141006 --- .gitea/workflows/build-and-deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-deployment.yaml b/.gitea/workflows/build-and-deployment.yaml index 05644c7..6c85862 100644 --- a/.gitea/workflows/build-and-deployment.yaml +++ b/.gitea/workflows/build-and-deployment.yaml @@ -22,7 +22,7 @@ jobs: - name: Ensure directory structure exists run: | - mkdir -p ${{ env.TARGET_DIR }}/core-config + mkdir -p ${{ env.TARGET_DIR }}/config - name: Inject Git Secrets into .env file run: | @@ -33,7 +33,7 @@ jobs: - name: Copy deployment files (Compose & Config) run: | cp compose.yaml ${{ env.TARGET_DIR }}/ - cp -r core-config/* ${{ env.TARGET_DIR }}/config/ + cp -r config/* ${{ env.TARGET_DIR }}/config/ - name: Clean stop old containers run: docker compose down || true