Changelog

new

Health checks and notifications

Configure a health check per service: path, interval, and failure threshold. Once a service crosses the threshold, dployr marks it unhealthy and can notify you. Pair it with notification settings so you hear about it before your users do.

new

Monthly and annual billing

Billing now supports monthly and annual plans. Annual is cheaper. The billing portal is also accessible directly from settings.

improved

Hobby plan now includes 2 custom domains

The Hobby plan previously allowed one custom domain per service. That limit is now two.

new

Watchdog

Watchdog monitors running services and marks them unhealthy when they stop responding, even if the process is still up. A hanging or deadlocked service would previously appear healthy from the outside.

new

Next.js auto-detection

Next.js projects no longer need a Dockerfile or any manual config. dployr detects the framework and handles the build.

new

Private repository support

Deploy from private GitHub repositories by connecting a personal access token. Works the same as a public repo.

new

Docker runtime

Docker is now a supported runtime alongside Node, Python, Go, and the rest. Bring your image and deploy it through the same flow.

new

dployr is live

Deploy from the CLI, GitHub Actions, or the dashboard. Every deployment gets HTTPS and a subdomain automatically. Node.js, Python, Go, PHP, Ruby, .NET, and Java are supported.