update log error
This commit is contained in:
@@ -1,8 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
php artisan migrate --force
|
|
||||||
php artisan optimize:clear
|
su -c "php artisan migrate --force" octane
|
||||||
php artisan package:discover --ansi
|
su -c "php artisan optimize:clear" octane
|
||||||
php artisan event:cache
|
su -c "php artisan package:discover --ansi" octane
|
||||||
php artisan config:cache
|
su -c "php artisan event:cache" octane
|
||||||
php artisan route:cache
|
su -c "php artisan config:cache" octane
|
||||||
|
su -c "php artisan route:cache" octane
|
||||||
|
|
||||||
exec supervisord --configuration /etc/supervisor/octane.conf
|
exec supervisord --configuration /etc/supervisor/octane.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user