Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 453 Bytes

deploy.md

File metadata and controls

30 lines (19 loc) · 453 Bytes

Deployment

API

The GraphQL API is deployed automatically using Render via Github hooks.

Lambda functions

The app sends emails using AWS SES. This runs inside lambda.

To deploy we use Serverless.

just deploy-fns

Client

The client is published to Netlify.

just client/deploy

Web: Static site

This one is published with Netlify as well. Pushing to master will trigger the build.