Hi Zeabur Team,
I'm a big fan of Zeabur and currently deploying my backend service to my own VPS (Tencent Cloud) via Zeabur. It's been fantastic for keeping my hosting costs low.
To optimize memory usage and avoid Out-of-Memory (OOM) build crashes on my 2GB RAM VPS, I recently switched my Node.js Express backend to a Docker-based deployment:
However, I've run into an automation bottleneck. Every time GitHub Actions pushes a new latest tag to GHCR, Zeabur does not auto-detect the update. I have to manually log in to the Zeabur dashboard and click the "Restart" button to pull the new version.
Could you add support for automatic redeployment of Docker Image services?
Either of these approaches would be amazing:
This would make Docker-based deployments on custom servers 100% automated and elegant.
Thank you for building such an awesome platform!
Best regards,
Samuel Tuoyo
GitHub: @samueltuoyo15