This commit is contained in:
@ -6,6 +6,9 @@ php ./artisan migrate --force
|
|||||||
# Cache
|
# Cache
|
||||||
php ./artisan optimize:clear && php ./artisan optimize
|
php ./artisan optimize:clear && php ./artisan optimize
|
||||||
|
|
||||||
|
# Scheduler
|
||||||
|
crond -b -L /dev/stdout
|
||||||
|
|
||||||
# Queue worker
|
# Queue worker
|
||||||
supervisord --nodaemon --configuration /etc/supervisord.conf &
|
supervisord --nodaemon --configuration /etc/supervisord.conf &
|
||||||
supervisorctl start "laravel-worker:*"
|
supervisorctl start "laravel-worker:*"
|
||||||
|
Reference in New Issue
Block a user