Skip to content

Commit

Permalink
Set postdeploy script on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Apr 14, 2022
1 parent ae9d2cd commit c2e2cb6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
"repository": "https://github.com/Bubka/2FAuth",
"success_url": "/register",
"scripts": {
"postdeploy": [
"php artisan passport:install",
"php artisan storage:link"
]
"postdeploy": "php artisan passport:install;php artisan storage:link"
},
"env": {
"APP_KEY": {
Expand Down

0 comments on commit c2e2cb6

Please sign in to comment.