add migrate sqlite
WMS API/ECOMMERCE/pipeline/head There was a failure building this commit Details

This commit is contained in:
Husnu Setiawan 2026-03-04 10:57:09 +07:00
parent 0336c1862f
commit 4a3b3d3a0d
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ ln -nfs {{ $new_release_dir }} {{ $app_dir }}/current
@task('setup_laravel')
cd {{ $app_dir }}/current
php artisan migrate --database=ecommerce --force
{{ $php_bin}} artisan storage:link
@endtask