Set postdeploy script on a single line

This commit is contained in:
Bubka 2022-04-14 12:17:06 +02:00
parent ae9d2cd1b7
commit c2e2cb6233

View File

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