Skip to content

Commit

Permalink
Add postdeploy composer commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 13, 2022
1 parent a2c9890 commit b9718b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit b9718b4

Please sign in to comment.