Deployments
Introduction
Apply data structure changes to Freym
Freym uses GraphQL files to configure projections and the structure of CRUD types. Applying these files to the Freym service is called a Deployment.
To enable deployments of your application without any downtime or data loss, Freym uses a deployment strategy called blue / green deployments.
A deployment is separated into multiple steps. This allows you to use Freym even in complex deployment scenarios.