Set up Your own CI / CD infrastructure with Github and Netlify to take control of Your usage, costs and limits.
Note: Fork repo with code first – access granted is required first



GATSBY_PROJECT_NAME="your-project"
GATSBY_FRONTEND_DOMAIN=your-domain.com
GATSBY_BACKEND_DOMAIN=backend.your-domain.com
GATSBY_WPGRAPHQL_URL=https://backend.your-domain.com/graphql
GATSBY_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_live_XXX
STRIPE_SECRET_KEY=sk_live_XXX
STRIPE_WEBHOOK_SECRET=whsec_XXX
STRIPE_ID=acct_XXX
MG_API_KEY=XXXXXXXXXX

This allows smoother integration between the systems.