We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b8cee2 commit e194847Copy full SHA for e194847
deploy.php
@@ -88,8 +88,8 @@
88
'artisan:app:deploy-files', // Custom app deployment files
89
90
// Phase 4: Database & Updates
91
- 'artisan:migrate', // Run database migrations
92
- 'artisan:app:update-queries', // Run custom database updates
+ //'artisan:migrate', // Run database migrations
+ //'artisan:app:update-queries', // Run custom database updates
93
94
// Phase 5: Cache Optimization
95
'artisan:optimize:clear', // Clear all Laravel caches
0 commit comments