Skip to content

Commit 829fcb0

Browse files
committed
refer fix
1 parent 1bdcb35 commit 829fcb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-prod.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
npm i
2424
npm run build
2525
composer update
26-
php artisan config:cache
2726
php artisan event:cache
2827
php artisan route:cache
2928
php artisan view:cache
29+
php artisan optimize:clear
3030
php artisan migrate
3131
php artisan storage:link
3232

0 commit comments

Comments
 (0)