chore: Configuration pour l'environnement prod
This commit is contained in:
2
.env
2
.env
@@ -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 ###
|
||||
|
||||
|
||||
3
.github/workflows/install-deps.yml
vendored
3
.github/workflows/install-deps.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user