ok it is not working

This commit is contained in:
Andras Bacsai 2023-05-03 09:27:00 +02:00
parent 476abd30f4
commit 3e475d87eb

View File

@ -1,9 +1,2 @@
#!/bin/sh
VERSION=$(php bootstrap/getVersion.php)
if echo "$VERSION" | grep -q "nightly"; then
php /var/www/html/artisan migrate:fresh --force
php /var/www/html/artisan db:seed --class ProductionSeeder --force
else
php /var/www/html/artisan migrate --force --isolated
fi
#!/command/execlineb -P
php /var/www/html/artisan migrate --force --isolated