use DatabaseSeeder

This commit is contained in:
2026-02-11 20:13:24 +01:00
parent 7ee4db637e
commit 2c028bcfc1
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -50,6 +50,7 @@ cp /tmp/app.env .env
TYPESENSE_API_KEY=$(cat /typesense-data/api-key)
sed -i "s/^TYPESENSE_API_KEY=.*/TYPESENSE_API_KEY=$TYPESENSE_API_KEY/" .env
echo "DEV=$DEV" >> .env
chown www-data:www-data .env
chmod 640 .env
@@ -61,8 +62,7 @@ chmod 640 .env
php artisan key:generate --force
php artisan config:clear
php artisan cache:clear
php artisan migrate --force
php artisan db:seed --class=ProdSeeder
php artisan migrate --force --seed
chown root:root .env
chmod 440 .env