Set default user as admin in Heroku post deploy

This commit is contained in:
Christopher C. Wells 2021-04-22 15:10:54 -07:00
parent 5541511d61
commit aea8c66f5d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
}
},
"scripts": {
"postdeploy": "php artisan migrate --force && php artisan user:add kcal kcal --name=Admin"
"postdeploy": "php artisan migrate --force && php artisan user:add kcal kcal --name=Admin --admin"
},
"success_url": "/"
}