GitDeployHub

clickhouse/clickhouse.build

github.com/clickhouse/clickhouse.build ↗
Python
3 environment variables found in .env.template

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • AWS_REGION secret AWS Region where Bedrock is available Common regions: us-east-1, us-west-2, eu-west-1 Verify Bedrock availability:…
  • AWS_PROFILE secret AWS Profile name from ~/.aws/credentials Set to 'default' to use your default AWS profile Or specify a named profile if you have multiple…
  • ENVIRONMENT Environment Configuration Environment identifier for logging and debugging Values: dev, staging, production
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/clickhouse/clickhouse.build
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/clickhouse/clickhouse.build
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/clickhouse/clickhouse.build
Or deploy to a different host
← Try another repo