summaryrefslogtreecommitdiffstats
path: root/stepped-solutions/12/backend/prisma.yml
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-06-22 14:23:49 -0400
committerWes Bos <wesbos@gmail.com>2018-06-22 14:23:49 -0400
commit5f2d4ba39a19e2900192a69a58ee211f4eda9a98 (patch)
tree87392a1849f3535b2603acd30eee2e1f9305ff57 /stepped-solutions/12/backend/prisma.yml
parent8d4dffa6f01487be0cf5546653803d32282992eb (diff)
stepped solutions
Diffstat (limited to 'stepped-solutions/12/backend/prisma.yml')
-rw-r--r--stepped-solutions/12/backend/prisma.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/stepped-solutions/12/backend/prisma.yml b/stepped-solutions/12/backend/prisma.yml
new file mode 100644
index 0000000..ab88006
--- /dev/null
+++ b/stepped-solutions/12/backend/prisma.yml
@@ -0,0 +1,6 @@
+endpoint: ${env:PRISMA_ENDPOINT}
+datamodel: datamodel.graphql
+# secret: ${env:PRISMA_SECRET}
+hooks:
+ post-deploy:
+ - graphql get-schema -p prisma