Skip to content

Deploy a cloud application

Deploy containerised applications to Quant Cloud. Whether you’re starting fresh or bringing an existing project, Quant handles container builds, infrastructure provisioning, and deployments through GitHub.

MethodTimeGitHub requiredBest for
Starter kit~5 minYesNew projects — get a working app with CI/CD instantly
Pre-built image~3 minNoWordPress, Drupal, Ghost — no code required
Import from GitHub~5 minYesExisting repos with a docker-compose.yml
Manual configuration~15 minOptionalFull control over every setting

Create a cloud application from a template. Quant creates a GitHub repository from a starter kit, provisions your infrastructure, and sets up automated deployments.

  1. In the Quant dashboard, go to Cloud AppsNewStarter Kit
  2. Choose a template (Node.js, Laravel, Django, WordPress, and more)
  3. Connect GitHub if prompted, and name your repository
  4. Configure your application name and settings
  5. Click Create and watch the wizard work

The wizard creates your GitHub repo, provisions the Cloud application, sets up secrets, and triggers the first build. If the template requires a database, one is provisioned automatically.

Full starter kit walkthrough →

Deploy popular applications without writing any code. Quant provides pre-built container images for common platforms.

  1. In the Quant dashboard, go to Cloud AppsNewPre-built Image
  2. Choose an application (WordPress, Drupal, Ghost, etc.)
  3. Configure your application name and settings
  4. Select whether to provision a managed database
  5. Click Create

Your application is provisioned and running within a few minutes. Manage content through the application’s admin interface.

Have an existing project with a docker-compose.yml? Import it directly.

  1. In the Quant dashboard, go to Cloud AppsNewImport from GitHub
  2. Select your GitHub installation and choose a repository
  3. The wizard detects your docker-compose.yml and shows the services found
  4. Review the configuration — application name, detected services, build contexts
  5. Click Create — Quant sets up secrets and creates a PR with the deployment workflow
  6. Merge the PR to trigger your first build and deployment

Full import walkthrough →

For full control, create a Cloud application manually and configure your own workflow.

  1. Go to Cloud AppsNewManual
  2. Configure your application name, services, and resources
  3. Set up your own GitHub Actions workflow using the Quant Cloud actions

See the Cloud Applications documentation for detailed configuration guides.

Depending on the path you choose, the wizard automatically creates different resources:

ResourceStarter kitPre-built imageImportManual
GitHub repositoryCreated from templateUses existing
Cloud applicationCreatedCreatedCreatedYou create
Container registryConfiguredPre-configuredConfiguredYou configure
GitHub secretsSet automaticallySet automaticallyYou set
Deployment workflowCommitted to repoPR createdYou write
Managed databaseIf template requiresOptionalOptional