deploy commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
php artisan optimize
|
||||
php artisan storage:link --force
|
||||
|
||||
exec "$@"
|
||||
@@ -0,0 +1,8 @@
|
||||
opcache.enable=1
|
||||
opcache.enable_cli=0
|
||||
opcache.memory_consumption=128
|
||||
opcache.interned_strings_buffer=16
|
||||
opcache.max_accelerated_files=10000
|
||||
opcache.revalidate_freq=0
|
||||
opcache.fast_shutdown=1
|
||||
opcache.validate_timestamps=0
|
||||
Reference in New Issue
Block a user