Platform .git Deploy

Build once.
Deploy everywhere.

Zero-config CI/CD pipelines with instant preview environments, edge caching, and automated rollback. Ship code with confidence, from first commit to production.

v3.2.1 • Latest Release • Changelog

Instant Previews

Every PR gets a live URL. Test features, share with stakeholders, and verify changes before merging. Auto-destroys on close.

🔄

One-Click Rollback

Something broke? Revert to any previous deployment instantly. Downtime? Not on our watch. Rollbacks take <2s.

🌍

Global Edge Network

Assets and serverless functions replicate to 300+ regions automatically. Your users get sub-50ms latency worldwide.

🔐

Secure by Default

End-to-end encryption, OIDC auth, SOC 2 Type II, and private runners. Your code and secrets never touch untrusted infrastructure.

📦

Framework Agnostic

Next.js, Nuxt, Remix, Astro, SvelteKit, Vue, React, Go, Python, Rust. We auto-detect and optimize builds.

📊

Real-time Observability

Build metrics, error tracking, performance budgets, and deployment health dashboards. Alert on failure via Slack, PagerDuty, or Webhooks.

Define pipelines your way

deploy: runtime: nodejs18 framework: next regions: [us-east-1, eu-west-2, ap-south-1] branches: main: production develop: staging pull_request: preview environment: # Secrets auto-mapped from dashboard DATABASE_URL: ${{secrets.DB_PROD}} ANALYTICS_KEY: ${{vars.AN_KEY}} post_deploy: - run: git db:migrate - notify: slack channel:#releases

Build Triggers

Push to main/develop
Pull requests
Scheduled cron
Webhook URL

Environment Rules

Auto-SSL (Let's Encrypt)
Edge cache enabled
Vercel/Netlify compatible
Auto-rollback on health check fail
# Initialize project git init deploy # Configure pipeline locally git deploy config set runtime nodejs20 git deploy secrets add DATABASE_URL --prod # Preview locally before pushing git deploy preview # Deploy to production git deploy --target prod --auto-rollback

How .git Deploy works

From commit to live edge in under 3 seconds. Fully managed, zero infrastructure to maintain.

🗄️

Git Push

GitHub / GitLab / Bitbucket

⚙️

Build Runner

Isolated containers

🛡️

Health & Tests

Auto-validation

🌐

Edge Network

300+ regions

Live URL

Instant access

Technical limits & guarantees

FeatureSpecification
Build Timeout15 minutes (extendable to 60m)
Max Artifact Size2GB per build
Concurrent DeploymentsUnlimited (Pro/Enterprise)
Edge Cache TTLConfigurable (0s to 30d)
Rollback Time< 2 seconds
SSL/TLSAutomatic Let's Encrypt / Custom CA
Uptime SLA99.99% (Enterprise)
Log Retention30 days (Free), 365 days (Pro+)

Connect your entire stack

Native integrations with the tools you already use. Extend with webhooks or our public API.

🐙GitHub
🦊GitLab
🐦Bitbucket
💬Slack
📊Datadog
🐛Sentry
🔔PagerDuty
☁️AWS
🔐1Password
📦Docker Hub
🌐Cloudflare
Webhooks

Scale as you grow

All plans include free SSL, automatic deployments, and preview environments.

Starter

$0 /mo

For hobby projects & open source

  • 3 projects
  • 100GB bandwidth
  • Community support
  • Basic analytics
Get Started

Scale

$99 /mo

For organizations & high-traffic apps

  • Everything in Pro
  • Unlimited bandwidth
  • SSO & Audit logs
  • Dedicated support
  • 99.99% SLA
Contact Sales

Common questions

.git Deploy auto-detects your framework (Next.js, Nuxt, Remix, Vite, etc.) and applies optimized build commands, cache rules, and output settings. You can override anything via `.git/deploy.yml` or the visual builder.
Yes. We use OIDC and short-lived tokens to clone your repo. Your code is never stored long-term, builds run in isolated ephemeral containers, and we support private runners for air-gapped workflows.
Fails are caught instantly. If health checks or automated tests fail, the deployment is automatically rolled back to the last known good state. You're notified via your configured channels, and full logs are preserved.
Absolutely. Provide a `Dockerfile` or use our runtime matrix (Node, Python, Go, Rust, Ruby, PHP, Java, .NET). You can also bring your own container registry and we'll pull securely.
Yes. All public repositories get unlimited builds, bandwidth, and preview environments at $0/mo. Just connect your GitHub/GitLab org and enable the OSS badge.
}