ci : fix release artefact
All checks were successful
Auto Tag Develop / tag (push) Successful in 4s
Build Release Artefact / build (push) Successful in 1m15s

This commit is contained in:
2026-01-21 20:01:22 +01:00
parent 744d8a4088
commit f93a867dd4

View File

@@ -27,7 +27,10 @@ jobs:
node-version: "lts/*"
- name: Install backend deps (prod)
run: composer install --no-dev --optimize-autoloader --no-interaction
env:
APP_ENV: prod
APP_DEBUG: "0"
run: composer install --no-dev --optimize-autoloader --no-interaction --no-scripts
- name: Build frontend (static)
run: |