From 603f1a0e9df2f88184cc03ce2e7177547daa0674 Mon Sep 17 00:00:00 2001 From: Johannes Schickling Date: Mon, 21 May 2018 16:36:32 -0700 Subject: use prisma deploy hooks --- backend/prisma/prisma.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 backend/prisma/prisma.yml (limited to 'backend/prisma/prisma.yml') 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 -- cgit v1.3