fix: Deploy nach modules/baustelle/ statt baustelle/
All checks were successful
Deploy baustelle-pwa / deploy (push) Successful in 1s

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) <noreply@anthropic.com>
[deploy]
This commit is contained in:
Eduard Wisch 2026-04-08 22:56:42 +02:00
parent 7c0aefa793
commit fe0a88cea9

View file

@ -19,7 +19,7 @@ jobs:
- name: Deploy nach Apache - name: Deploy nach Apache
run: | run: |
DEPLOY_PATH="/mnt/appdata/firma/dolibarr-202509/baustelle" DEPLOY_PATH="/mnt/appdata/firma/dolibarr-202509/modules/baustelle"
REF="${GITHUB_REF#refs/*/}" REF="${GITHUB_REF#refs/*/}"
echo "Deploye ${REF} nach ${DEPLOY_PATH} ..." echo "Deploye ${REF} nach ${DEPLOY_PATH} ..."