To generate updated GraphQL schema files, execute the following within the packages/graphql-generator
directory:
node ./bin/cli.js
No active CI/CD. To build:
- run
lerna
version and publish commands - Execute
node scripts/deploy.js graphql
, specifying the following ENVs - Update any services using the GraphQL server service (such as leads)
export DOCKER_PASSWORD=dockerhub-password
export DOCKER_USERNAME=dockerhub-username
export ENVIRONMENT=production
export SLACK_WEBHOOK_URL=https://hooks.slack.com/#doesnt-matter
export TRAVIS_REPO_SLUG=parameter1/google-ad-manager
export TRAVIS_TAG= < new.version.number >
node scripts/deploy.js graphql