Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix clusterid and bump graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Feb 6, 2023
1 parent c5e1d07 commit 1c842b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion services/graphql-server/README.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down

0 comments on commit 1c842b1

Please sign in to comment.