From b9718b411c165a532ed17c863f1710b3eae6f755 Mon Sep 17 00:00:00 2001 From: Bubka <858858+Bubka@users.noreply.github.com> Date: Wed, 13 Apr 2022 16:39:50 +0200 Subject: [PATCH] Add postdeploy composer commands --- app.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.json b/app.json index d3377b1f..95fefa38 100644 --- a/app.json +++ b/app.json @@ -15,7 +15,7 @@ "repository": "https://github.com/Bubka/2FAuth", "success_url": "/register", "scripts": { - "postdeploy": "php artisan migrate:refresh;" + "postdeploy": "php artisan migrate:refresh;php artisan passport:install;php artisan storage:link" }, "env": { "APP_KEY": {