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

This commit is contained in:
Bayu Lukman Yusuf 2026-02-23 12:58:28 +07:00
parent 939010063b
commit 3fd0938641
1 changed files with 2 additions and 1 deletions

View File

@ -42,9 +42,10 @@ 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
{{ $php_bin}} artisan optimize:clear
mkdir -p bootstrap/cache mkdir -p bootstrap/cache
chmod -R 775 bootstrap/cache chmod -R 775 bootstrap/cache
{{ $php_bin}} artisan optimize:clear
@endtask @endtask
@task('clean_old_releases') @task('clean_old_releases')