Add user creation to post deploy

This commit is contained in:
Christopher C. Wells 2021-04-06 00:29:41 -07:00
parent e61a61c963
commit c4f4e2d10c
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,6 @@
}
},
"scripts": {
"postdeploy": "php artisan migrate --force"
"postdeploy": "php artisan migrate --force && php artisan user:create --email \"kcal@kcal.kcal\" --name \"Admin\" --pass \"kcal\""
}
}