summaryrefslogtreecommitdiffstats
path: root/backend/prisma/prisma.yml
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-22 09:33:29 -0400
committerGitHub <noreply@github.com>2018-05-22 09:33:29 -0400
commit176b6e1b0c2133a28e65953e1f710bc265b9c971 (patch)
tree34e7560276d0b32aa09b406b6566415f67125c1d /backend/prisma/prisma.yml
parent51f593384f1325b78a263d0d870d162236ed28d2 (diff)
parent6e617cbcb456bd0316392d53550e9b34de16001a (diff)
Merge pull request #6 from wesbos/prisma
WIP: Updated Prisma related setup/code
Diffstat (limited to 'backend/prisma/prisma.yml')
-rw-r--r--backend/prisma/prisma.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/prisma/prisma.yml b/backend/prisma/prisma.yml
new file mode 100644
index 0000000..2940bab
--- /dev/null
+++ b/backend/prisma/prisma.yml
@@ -0,0 +1,6 @@
+datamodel: datamodel.graphql
+endpoint: ${env:PRISMA_ENDPOINT}
+secret: ${env:PRISMA_SECRET}
+hooks:
+ post-deploy:
+ - graphql get-schema -p prisma