Use Cases / Deploy to Production

Deploy to production with zero config

AcePilot detects your deploy platform, builds, deploys, and runs a 7-point verification checklist. No deploy scripts to write. No manual checks.

The command

> /acepilot god deploy my app

AcePilot's deploy pipeline auto-detects your platform from config files, chooses the optimal deploy strategy, and verifies everything after deployment.

Supported platforms

Vercel

Detected via vercel.json or .vercel/. Static sites use direct upload (zero build minutes).

GitHub Actions

Creates PR, lets CI handle preview. Polls for preview URL. Never bypasses CI.

Netlify

Detected via netlify.toml. Runs netlify deploy --prod after build.

Docker

Detected via Dockerfile. Builds image, pushes to registry.

GitHub Pages

Detected via gh-pages branch. Builds and pushes to pages.

FTP / File Manager

Detected via .htaccess or DEPLOY.md. Generates manual deploy instructions.

What AcePilot does

1

Detect platform

Scans for config files (vercel.json, netlify.toml, Dockerfile, .github/workflows/). No manual setup.

2

Build (if needed)

Runs your build command. Static sites skip this step entirely — zero build minutes wasted.

3

Deploy

Pushes to detected platform. GitHub Actions projects create a PR and let CI handle it.

4

Verify (7-point checklist)

Fetches live page (200?), checks assets load, no mixed content, critical paths work, mobile renders at 375px, zero JS console errors, forms submit.

The verification checklist

Deploy isn't done until all checks pass:

If any check fails, AcePilot fixes the issue and re-runs the checklist. Common catches: wrong image paths, CSS not deployed, hardcoded localhost URLs, missing build artifacts.

When to use this

$ git clone https://github.com/acepilot-app/acepilot.git
$ cd acepilot && ./acepilot-14.0/install.sh

# In your project directory
$ claude
> /acepilot ship

Ship to production in one command

Free tier. No credit card. Install in 30 seconds.

Install AcePilot free