GitDeployHub

nknj/checkout-netlify-serverless

github.com/nknj/checkout-netlify-serverless ↗
Node.js API
6 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • STRIPE_PUBLISHABLE_KEY secret Stripe keys https://dashboard.stripe.com/apikeys
  • STRIPE_SECRET_KEY secret
  • STRIPE_WEBHOOK_SECRET secret https://stripe.com/docs/webhooks/signatures
  • SENDGRID_API_KEY secret Sendgrid key https://app.sendgrid.com/settings/api_keys
  • FROM_EMAIL_ADDRESS
  • FULFILLMENT_EMAIL_ADDRESS
Alternative Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/nknj/checkout-netlify-serverless
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/nknj/checkout-netlify-serverless
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/nknj/checkout-netlify-serverless
Or deploy to a different host
← Try another repo