1
0
mirror of https://github.com/Bubka/2FAuth.git synced 2025-07-16 04:15:02 +02:00

Add postdeploy composer commands

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

@ -15,7 +15,7 @@
"repository": "https://github.com/Bubka/2FAuth", "repository": "https://github.com/Bubka/2FAuth",
"success_url": "/register", "success_url": "/register",
"scripts": { "scripts": {
"postdeploy": "php artisan migrate:refresh;" "postdeploy": "php artisan migrate:refresh;php artisan passport:install;php artisan storage:link"
}, },
"env": { "env": {
"APP_KEY": { "APP_KEY": {