remove clear cache
WMS API/ECOMMERCE/pipeline/head This commit looks good Details

This commit is contained in:
Bayu Lukman Yusuf 2026-02-23 13:02:51 +07:00
parent 29d93d0022
commit e62c7b7e47
1 changed files with 0 additions and 4 deletions

View File

@ -42,10 +42,6 @@ ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current
@task('setup_laravel')
cd {{ $app_dir }}/current
{{ $php_bin}} artisan storage:link
{{ $php_bin}} artisan optimize:clear
mkdir -p bootstrap/cache
chmod -R 777 bootstrap/cache
@endtask
@task('clean_old_releases')