fix: Deploy nach modules/baustelle/ statt baustelle/
All checks were successful
Deploy baustelle-pwa / deploy (push) Successful in 1s
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:
parent
7c0aefa793
commit
fe0a88cea9
1 changed files with 1 additions and 1 deletions
|
|
@ -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} ..."
|
||||
|
|
|
|||
Loading…
Reference in a new issue