We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b094f5d commit 9f1e708Copy full SHA for 9f1e708
deploy.php
@@ -108,8 +108,8 @@
108
'artisan:app:deploy-files', // Custom app deployment files
109
110
// Phase 4: Database & Updates
111
- 'artisan:migrate', // Run database migrations
112
- 'artisan:app:update-queries', // Run custom database updates
+ // 'artisan:migrate', // Run database migrations
+ // 'artisan:app:update-queries', // Run custom database updates
113
114
// Phase 5: Cache Optimization
115
'artisan:optimize:clear', // Clear all Laravel caches
0 commit comments