ci : fix release artefact
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user