deploy
This commit is contained in:
@@ -93,7 +93,23 @@
|
||||
"wants_cp_jwt": false,
|
||||
"platform_resources": {
|
||||
"memory": null,
|
||||
"databases": []
|
||||
"databases": [
|
||||
{
|
||||
"name": "app",
|
||||
"engine": "postgres",
|
||||
"provider": "neon",
|
||||
"scope": "user",
|
||||
"branch": "main",
|
||||
"access_mode": "read_write",
|
||||
"env": {
|
||||
"url": "DATABASE_URL"
|
||||
},
|
||||
"migrations": {
|
||||
"path": "db/migrations"
|
||||
},
|
||||
"scale_to_zero": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"apt_packages": []
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user