Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdevelopment committed May 6, 2024
1 parent 5890ca8 commit 84a7650
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 @@ -15,8 +15,8 @@ update:
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
php bin/console app:theme:refresh
ifeq ($(shell id -u), 0)
chown -R www-data:www-data public/
chown -R www-data:www-data var/
Expand Down

0 comments on commit 84a7650

Please sign in to comment.