fix : fix de la conf pour le déploiement en recette
This commit is contained in:
@@ -28,9 +28,9 @@ echo "==> Warming Symfony cache (prod)"
|
||||
php bin/console cache:clear --env=prod
|
||||
php bin/console cache:warmup --env=prod
|
||||
|
||||
echo "==> Building frontend"
|
||||
echo "==> Building frontend (static)"
|
||||
cd "$ROOT_DIR/frontend"
|
||||
npm ci
|
||||
npm run build
|
||||
npm run generate
|
||||
|
||||
echo "==> Done."
|
||||
|
||||
Reference in New Issue
Block a user