From fe0a88cea941b7e45a6c9d4973013f7545492abb Mon Sep 17 00:00:00 2001 From: Eduard Wisch Date: Wed, 8 Apr 2026 22:56:42 +0200 Subject: [PATCH] fix: Deploy nach modules/baustelle/ statt baustelle/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dolibarr-Apache liefert custom/* aus modules/* aus, also gehört die PWA in den modules-Ordner. Damit ist sie unter awl.data-it-solution.de/custom/baustelle/ erreichbar — gleiche Logik wie die Custom-Module, kein zusätzlicher Apache-Alias nötig. Co-Authored-By: Claude Opus 4.6 (1M context) [deploy] --- .forgejo/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 2f11cf6..20ff5d7 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Deploy nach Apache run: | - DEPLOY_PATH="/mnt/appdata/firma/dolibarr-202509/baustelle" + DEPLOY_PATH="/mnt/appdata/firma/dolibarr-202509/modules/baustelle" REF="${GITHUB_REF#refs/*/}" echo "Deploye ${REF} nach ${DEPLOY_PATH} ..."