image
Just shipped DeployMate — an open source CLI that sets up full
Docker CI/CD on any VPS in one command.

No YAML writing. No manual SSH keys. No copy-pasting secrets into GitHub.

It handles everything:
→ Generates SSH key pair in memory
→ Uploads public key to your server automatically
→ Injects GitHub Actions secrets via API
→ Commits the deploy workflow to your repo

From zero to auto-deploy on every git push — in under a minute.

Try it: npx deploymate-cli
GitHub: github.com/Benyaminrmb/deploymate

#OpenSource #DevOps #Docker #GitHub #SelfHosted

12

🚀 Laravel performance doesn’t have to be limited by PHP’s request model.

In my latest article, I share how combining FrankenPHP, Laravel Octane, and Traefik Labs's Traefik can make your Laravel app truly production-ready — cutting load times from ~60ms to under 6ms per request.

It’s not just about speed: this architecture also improves isolation, process recovery, and deployment simplicity through Docker Compose.

If you want to understand how to move from PHP-FPM to a modern, container-based Laravel setup:

👉 Read here: coz.jp/TGzzQa

#Laravel #FrankenPHP #DevOps #Traefik #PHP #Docker