Skip to content

Commit 9f1e708

Browse files
committed
Fix issues with delete expedition and flash messaging.
1 parent b094f5d commit 9f1e708

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deploy.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@
108108
'artisan:app:deploy-files', // Custom app deployment files
109109

110110
// Phase 4: Database & Updates
111-
'artisan:migrate', // Run database migrations
112-
'artisan:app:update-queries', // Run custom database updates
111+
// 'artisan:migrate', // Run database migrations
112+
// 'artisan:app:update-queries', // Run custom database updates
113113

114114
// Phase 5: Cache Optimization
115115
'artisan:optimize:clear', // Clear all Laravel caches

0 commit comments

Comments
 (0)