mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 03:38:06 +02: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",
|
"repository": "https://github.com/Bubka/2FAuth",
|
||||||
"success_url": "/register",
|
"success_url": "/register",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postdeploy": [
|
"postdeploy": "php artisan passport:install;php artisan storage:link"
|
||||||
"php artisan passport:install",
|
|
||||||
"php artisan storage:link"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"APP_KEY": {
|
"APP_KEY": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user