Fix supervisor
All checks were successful
Push image to registry / build-image (push) Successful in 3m46s
All checks were successful
Push image to registry / build-image (push) Successful in 3m46s
This commit is contained in:
@@ -7,7 +7,7 @@ php ./artisan migrate --force
|
|||||||
php ./artisan optimize:clear && php ./artisan optimize
|
php ./artisan optimize:clear && php ./artisan optimize
|
||||||
|
|
||||||
# Queue worker
|
# Queue worker
|
||||||
supervisord --nodaemon --configuration /etc/supervisord.conf
|
supervisord --nodaemon --configuration /etc/supervisord.conf &
|
||||||
supervisorctl start "laravel-worker:*"
|
supervisorctl start "laravel-worker:*"
|
||||||
|
|
||||||
# Start all of the server sumulataneously
|
# Start all of the server sumulataneously
|
||||||
|
|||||||
Reference in New Issue
Block a user