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