cron on reconfigure
This commit is contained in:
parent
12463fe1b2
commit
84bcecb9dc
|
@ -31,6 +31,8 @@ echo COMPOSER = Install
|
||||||
composer install --no-interaction
|
composer install --no-interaction
|
||||||
bin/console doctrine:migrations:migrate --no-interaction
|
bin/console doctrine:migrations:migrate --no-interaction
|
||||||
bin/console app:Init
|
bin/console app:Init
|
||||||
|
bin/console app:Cron
|
||||||
|
|
||||||
|
|
||||||
# Permissions
|
# Permissions
|
||||||
echo PERMISSIONS
|
echo PERMISSIONS
|
||||||
|
|
Loading…
Reference in New Issue