Continuous deployment
This guide covers features and tools you can use to deploy your Cube project to Cube Cloud.Deploy with Git
Continuous deployment works by connecting a Git repository to a Cube Cloud deployment and keeping the two in sync. First, go to the Build & Deploy tab on the Settings screen to make sure your deployment is configured to deploy with Git. Then click Generate Git credentials to obtain Git credentials:Deploy with GitHub
First, ensure your deployment is configured to deploy with Git. Then connect your GitHub repository to your deployment by clicking the Connect to GitHub button, and selecting your repository.master by default).
Deploy with CLI
You can use the CLI to set up continuous deployment for a Git repository. You can also use it to manually deploy changes without continuous deployment.Manual Deploys
You can deploy your Cube project manually. This method uploads data models and configuration files directly from your local project directory. You can obtain a Cube Cloud deploy token from your deployment’s Settings screen.Continuous Deployment
You can use Cube CLI with your continuous integration tool.You can use the
CUBE_CLOUD_DEPLOY_AUTH environment variable to pass the Cube
Cloud deploy token to Cube CLI.