> ## Documentation Index
> Fetch the complete documentation index at: https://docs.leanly.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Set up your cloud and code

> Connect your source control and cloud accounts so Leanly can deploy on your behalf.

Leanly needs two things to deploy your app: access to your code and permission to provision resources in your cloud account. Both are granted through integrations — you stay in control of what Leanly can and cannot do.

## Source control

Connect your repository so Leanly can build and deploy your app automatically.

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Connect a GitHub account or organisation to deploy from any repository.
  </Card>
</CardGroup>

## Cloud providers

Connect your cloud account so Leanly can provision and manage infrastructure on your behalf.

<CardGroup cols={2}>
  <Card title="Amazon Web Services" icon="aws" href="/integrations/aws">
    Deploy to Lambda, ECS, CloudFront, and other AWS primitives in your own account.
  </Card>

  <Card title="Google Cloud Platform" icon="google" href="/integrations/gcp">
    Deploy to Cloud Run, Cloud Functions, and other GCP primitives in your own project.
  </Card>

  <Card title="Hetzner" icon="server" href="/integrations/hetzner">
    Deploy to Hetzner Cloud servers in your own account.
  </Card>
</CardGroup>
