Cache when running
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:
@ -3,6 +3,8 @@
|
||||
# Migrate the database
|
||||
php ./artisan migrate --force
|
||||
|
||||
# Cache
|
||||
php ./artisan optimize:clear && php ./artisan optimize
|
||||
|
||||
# Queue worker
|
||||
php ./artisan queue:work --queue=high,default --tries=3 --timeout=90 --sleep=3 --daemon --no-interaction &
|
||||
|
Reference in New Issue
Block a user