This commit is contained in:
Tommy Parnell
2022-04-12 11:38:56 -04:00
parent 2b8daa3b1e
commit 5f6cca2651
3 changed files with 22 additions and 10 deletions

16
render.yaml Normal file
View File

@@ -0,0 +1,16 @@
databases:
- name: remix-render
databaseName: remix-render
user: mysite
services:
- type: web
name: remix-render
env: node
buildCommand: "npm install && npx prisma migrate deploy"
startCommand: "npm run start"
envVars:
- key: DATABASE_URL
fromDatabase:
name: remix-render
property: connectionString