do prod migration with custom command

This commit is contained in:
Andras Bacsai
2024-12-11 17:01:06 +01:00
parent 1908d8a180
commit a5b48caeb9
3 changed files with 29 additions and 3 deletions

View File

@@ -6,8 +6,6 @@ cd /var/www/html
foreground {
php
artisan
migrate
--force
--isolated
start:migration
}