From c4f4e2d10c5bffab11c8ad018beff735e443085b Mon Sep 17 00:00:00 2001 From: "Christopher C. Wells" Date: Tue, 6 Apr 2021 00:29:41 -0700 Subject: [PATCH] Add user creation to post deploy --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index 221b30d..09547c1 100644 --- a/app.json +++ b/app.json @@ -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\"" } }