If you want to invite team members to your projects, you will need to add a payment option and
upgrade your account to a Solo Plan or higher. For more details, see our Plans and
Pricing.
Quickstart
This quickstart will walk through how to configure and deploy a project with Jetify Cloud. We’ll start by forking an example repo that is configured for Jetify Deployments, and then demonstrate how to connect your Github repo and activate deploys for your account.Forking the Example Repo
To help you get started with Jetify Cloud, we’ve created an example Rails app that’s been configured to deploy with Jetify Cloud. You can fork this repo from the Github UI to add it to your account, or clone and push the repo to your Github account.Connecting your Repo to Jetify Cloud
First, you’ll need to sign-in with Github and connect your project to Jetify Cloud:- From the Create Project screen, select Continue with Github to sign in with Github
- Select a Github Org to import your project from. If you are only a member of one org, it will be
selected for you by default.
- If this is your first time importing a project from your org, you will need to install the Devbox Cloud app to provide access to your project
- Select a Repository to import your repo. If your project is not in the root directory of your repository, you can specify a subdirectory for Jetify to search for your project.
Deploying your Site
- Select the Deploys tab in your project
- Click the Enable Deployments button to turn on Jetify Deployments for your project
- Once activated, Jetify will automatically attempt to deploy your repository. You can select the deployment to view its status and build logs
Visiting your Site
When your site has finished deploying, Jetify Cloud will display a preview URL that you can visit to test your application. Congratulations! You’ve now deployed your first site with Jetify Cloud.Next Steps
- Learn more about setting up your project
- Set up a custom domain for your application
- Learn how to setup databases, caches, and other integrations