Add postdeploy composer commands

This commit is contained in:
Bubka 2022-04-13 16:39:50 +02:00
parent a2c9890cd5
commit b9718b411c

View File

@ -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": {