From 1c842b123afe84d101f48fb1a7dead82c51fff8c Mon Sep 17 00:00:00 2001 From: Josh Worden Date: Mon, 6 Feb 2023 14:02:43 -0600 Subject: [PATCH] fix clusterid and bump graphql --- .travis.yml | 2 +- services/graphql-server/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5064c17ec..fc4cfdd8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ _production-job: &production-job script: scripts/deploy.js SERVICE_NAME install: skip env: - - "ENVIRONMENT=production RANCHER_CLUSTERID=c-njflm" + - "ENVIRONMENT=production RANCHER_CLUSTERID=c-7p6pt" stages: - name: test diff --git a/services/graphql-server/README.md b/services/graphql-server/README.md index 5aad82a9d..25c27169e 100644 --- a/services/graphql-server/README.md +++ b/services/graphql-server/README.md @@ -1,6 +1,6 @@ # BaseCMS GraphQL Server -The BaseCMS GraphQL server using Apollo and Express. +The BaseCMS GraphQL server using Apollo and Express! ## Creating a New Content Type 1. Create the GraphQL definition in `graphql/definitions/platform/content/types`