Git Push to Deploy
Deploy your applications with a simple git push. No complex CI/CD pipelines required.
Deploy Go, Python, and Node.js applications with zero hassle. Like Dokku, but focused on simplicity.
Complete deployment in 4 steps:
From your local machine, run one command to setup everything:
gokku remote setup user@server_ipThis will:
From your local machine (no SSH needed):
gokku apps create api-production --remoteFrom your local machine:
gokku remote add api-production user@server_ipgit push api-production mainThat's it! Your app is live. 🎉
If you prefer to install manually:
Install Gokku on your server:
curl -fsSL https://gokku-vm.com/install | bash -s -- --serverInstall Gokku on your client:
curl -fsSL https://gokku-vm.com/install | bash -s -- --clientGokku = Go + Dokku. A lightweight deployment system that:
Perfect for:
| Feature | Heroku | Dokku | Gokku |
|---|---|---|---|
| Cost | 💰 Paid | ✅ Free | ✅ Free |
| Docker Native | ✅ Yes | ✅ Yes | ✅ Yes |
| Go-First | ❌ No | ❌ No | ✅ Yes |
| Config File | ❌ No | ❌ No | ✅ Yes |
| Zero-Downtime | ⚠️ Paid | ⚠️ Complex | ✅ Built-in |