Skip to content

Commit

Permalink
dump env before install
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed Jan 10, 2024
1 parent 265f8a5 commit 5b3ed13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ endif

update:
git pull
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader
COMPOSER_ALLOW_SUPERUSER=1 composer dump-env prod
COMPOSER_ALLOW_SUPERUSER=1 composer install --no-dev --optimize-autoloader
php bin/console doctrine:migrations:migrate --no-interaction
php bin/console app:theme:refresh
php bin/console app:update
Expand Down

0 comments on commit 5b3ed13

Please sign in to comment.