Browse Source

Add postdeploy composer commands

Bubka 3 years ago
parent
commit
b9718b411c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app.json

+ 1 - 1
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": {