EPDEasy Project Deployer
Zero-downtime deployments from terminal, GitHub Actions, or local CLI over standard SSH.
Zero-downtime deployments from terminal, GitHub Actions, or local CLI over standard SSH.
bun install -g @fabioplunser/epdnpm install -g @fabioplunser/epdpnpm add -g @fabioplunser/epdnpx @fabioplunser/epd deploycurl -fsSL https://github.com/FabioPlunser/epd/releases/latest/download/epd-linux-x64 -o /usr/local/bin/epd
chmod +x /usr/local/bin/epdcd my-project
# 1. Initialize epd.yml (and optional starter Dockerfile / GitHub Action)
epd init --ci
# 2. Setup your servers (Docker/PM2, Traefik, networks) and run first deploy
epd setup
# 3. Deploy updates anytime with zero downtime
epd deployReady to dive deeper?
Follow the step-by-step Getting Started Guide or read about Architecture & Concepts.