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

This commit is contained in:
Bayu Lukman Yusuf 2026-02-23 13:01:11 +07:00
parent 3fd0938641
commit 29d93d0022
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ cd {{ $app_dir }}/current
{{ $php_bin}} artisan optimize:clear
mkdir -p bootstrap/cache
chmod -R 775 bootstrap/cache
chmod -R 777 bootstrap/cache
@endtask
@task('clean_old_releases')