frankendeploy

module
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2026 License: MIT

README

FrankenDeploy

Deploy Symfony apps like a pro

GitHub stars Downloads Go Go Report Card

From local to production in minutes.

Documentation · Installation · Quick Start


frankendeploy is a CLI that deploys Symfony applications to any VPS. It auto-detects your project configuration, generates optimized Docker files, and handles the entire deployment pipeline—SSL, health checks, rollbacks included.

Built on FrankenPHP, the modern PHP app server by Kévin Dunglas.

⚠️ Experimental — FrankenDeploy is currently in experimental phase. Breaking changes may occur between versions. Use with caution in production environments.

Features

  • Zero config — Auto-detects PHP version, extensions, database, and assets
  • One command deployfrankendeploy deploy prod and you're live
  • Automatic HTTPS — Let's Encrypt certificates via Caddy
  • Zero downtime — Rolling deployments with health checks
  • Instant rollbackfrankendeploy rollback prod if something goes wrong
  • Local dev included — Same Docker setup for dev and prod

Installation

Linux/macOS:

curl -fsSL https://raw.githubusercontent.com/yoanbernabeu/frankendeploy/main/scripts/install.sh | sh

Go:

go install github.com/yoanbernabeu/frankendeploy/cmd/frankendeploy@latest

Requirements: Docker (local dev), SSH access to a VPS (deployment).

Quick Start

# In your Symfony project
frankendeploy init                                    # Analyze & configure

# Setup your server (one-time)
frankendeploy server add prod user@my-vps.com
frankendeploy server setup prod --email you@email.com

# Deploy
frankendeploy deploy prod                             # That's it

Your app is now live at https://your-domain.com with automatic HTTPS.

Why FrankenDeploy?

Stop paying $20+/month for PaaS when a $5 VPS handles more traffic than you'll ever need.

PaaS (Heroku, etc.) FrankenDeploy
Cost $20-50+/month $5/month VPS
Setup Vendor-specific config One YAML file
Control Limited Full root access
Vendor lock-in Yes No
SSL Included Included (Let's Encrypt)

Ideal for: Side projects, freelance work, early-stage startups.

Commands

Command Description
init Analyze project and generate config
build Generate Dockerfile and compose files
dev up/down/logs Local development environment
server add/setup/list Manage deployment servers
deploy Deploy to production
rollback Revert to previous release
logs View application logs
exec / shell Run commands in container
env set/get/list Manage environment variables

Documentation

Contributing

Contributions welcome! See the repo issues or open a PR.

License

MIT License — Yoan Bernabeu 2025

Directories

Path Synopsis
cmd
frankendeploy command
gendocs command
internal
cmd
ssh

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL