
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
Hashtag
#Docker
🚀 Big update
Early Subscribers now get access to:
- Backend / MultiPanel Starter kits with updates
- Production-ready articles
The goal is simple: one membership, everything included for your Filament projects
filamentmastery.com
#Laravel #filamentphp #PHP #Docker
🚀 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
First attempt to blogging my thoughts and experiences
Let me know what you think
Running Multiple PHP Versions on a Single EC2 Instance
www.moisis.dev/articles/running-multiple-php-versions-on-a-single-ec2-instance
#docker #php #aws #laravel