add chmod bootstrap cache
WMS API/ECOMMERCE/pipeline/head This commit looks good
Details
WMS API/ECOMMERCE/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c9e35653db
commit
939010063b
|
|
@ -42,6 +42,8 @@ ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current
|
||||||
@task('setup_laravel')
|
@task('setup_laravel')
|
||||||
cd {{ $app_dir }}/current
|
cd {{ $app_dir }}/current
|
||||||
{{ $php_bin}} artisan storage:link
|
{{ $php_bin}} artisan storage:link
|
||||||
|
mkdir -p bootstrap/cache
|
||||||
|
chmod -R 775 bootstrap/cache
|
||||||
{{ $php_bin}} artisan optimize:clear
|
{{ $php_bin}} artisan optimize:clear
|
||||||
@endtask
|
@endtask
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue