Auto Deploys

Push to deploy, instantly

Automatically deploy your applications whenever you push to your repository. Get instant preview deployments for every pull request with unique URLs, making collaboration and review seamless.

Live Deployment Timeline

Recent Deployments
Your latest deployments across all branches
BranchCommitStatusPreviewCreated
main
a1b2c3dfeat: add user authentication
SuccessVisit2 minutes ago
feature/dark-mode
e4f5g6hstyle: implement dark mode toggle
BuildingVisit5 minutes ago
fix/login-bug
i7j8k9lfix: resolve login redirect issue
SuccessVisit1 hour ago
main
m0n1o2pchore: update dependencies
SuccessVisit3 hours ago

Key Features

Preview Deployments

Every pull request gets its own unique deployment URL for easy review and testing.

Instant Rollbacks

Roll back to any previous deployment with a single click if something goes wrong.

Zero Downtime

Deployments happen seamlessly with no downtime for your users.

Build Caching

Smart caching speeds up builds by reusing unchanged dependencies.

Deployment Configuration

Configure your deployments with a simple ploy.json file in your repository.

ploy.json
{
  "builds": [
    {
      "src": "package.json",
      "use": "@ploy/next"
    }
  ],
  "routes": [
    { "src": "/(.*)", "dest": "/" }
  ],
  "env": {
    "NODE_ENV": "production"
  }
}

Ready to get started?

Deploy your first project in minutes with Ploy.

    Auto Deploys | Ploy