Get Started
Deploy with Cased in 5 minutes
Let’s walk through a full deploy of a branch with Cased in 5 minutes. We’ll replicate deploying an application to different targets, from different GitHub branches.
1
Fork the walkthrough repo
- Visit https://github.com/cased/cased-walkthrough and fork the repository to your own GitHub account.
- Uncheck the “Copy the main branch only” option when prompted.
2
Connect Cased to GitHub
- We’ll connect Cased to GitHub so we can deploy the application.
- Login to Cased and visit the GitHub connection page.
- Connect the account where you forked the walkthrough repo, and give Cased access to the repository when prompted.
3
Setup a new target in Cased
- We’ll replicate a common setup, with
staging
andproduction
targets. - From the left sidebar, click on Deploys and then select your new repository,
cased-walkthrough
. - Now, on the project page, click on Create new target.
4
Deploy away!