add items refresh command to deploy task list

This commit is contained in:
Rev 2021-10-22 18:38:42 +09:00
parent 3ed88024ad
commit 9ea119dba5

View File

@ -65,6 +65,7 @@ task('deploy', [
'deploy:vendors',
'deploy:writable',
'artisan:cache:clear',
'items:refresh',
'deploy:symlink',
'deploy:unlock',
'cleanup',