chore: Configuration pour l'environnement prod

This commit is contained in:
Serreau Jovann
2025-07-17 08:41:27 +02:00
parent ff8b054d08
commit 528908d895
2 changed files with 4 additions and 1 deletions

2
.env
View File

@@ -15,7 +15,7 @@
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
###> symfony/framework-bundle ###
APP_ENV=dev
APP_ENV=prod
APP_SECRET=
###< symfony/framework-bundle ###

View File

@@ -38,3 +38,6 @@ jobs:
with:
php-version: '8.3'
tools: symfony-cli
- name: Install Composer dependencies
run: composer install --no-suggest --no-interaction --prefer-dist