Deploys
With existing automation
You can easily add Cased deploys to your existing automation on GitHub Actions.
For example, if you trigger production deploys after a merge to main
, you can add a Cased deploy
to the end of the workflow. Just hit Cased API with a single request, and Cased will
do the rest.
Here’s an example workflow that deploys to Cased after a merge to main
,
including use of Blacksmith for fast infrastructure.