mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
Set postdeploy script on a single line
This commit is contained in:
parent
ae9d2cd1b7
commit
c2e2cb6233
5
app.json
5
app.json
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user