Supported workflows

Cased’s deployments currently work with GitHub Actions.

We are adding support for more deployment models, get in touch if you’d like support for a specific workflow.

Deployment concepts

TargetDeploy targets are the environment/instance/etc you are deploying a repository to. For example, two common targets are an EC2 instance for production and and EC2 instance for staging.
DeployA deploy is the process of taking the repository at a specific SHA getting it on to the target
Branch deployBranch deploys allow you to deploy a development branch to a target before merging. Any development branch can be deployed to a target.