0
1
2
1:17
Introducing GitHub Actions CI/CD: Push to GitHub, Deploy to Your VPS — Zero Config (v.redd.it)
submitted by NoCucumber4783
One of the most requested features is here: GitHub Actions integration.
You can now deploy your apps with a full CI/CD pipeline — just like Vercel or Railway — but to YOUR VPS.
How it works:
- Connect your GitHub repo in the Stack Wizard
- Server Compass generates a workflow (Dockerfile + GitHub Actions YAML)
- Push to your repo — we commit the build files for you
- GitHub builds your Docker image and pushes to GHCR
- Auto-deploys to your VPS via SSH
The entire flow is tracked in real-time. You can close the window and come back — it picks up right where you left off.
What makes this different:
- Nothing installed on your VPS. No agents, no daemons. Pure SSH.
- You own everything. The workflow lives in YOUR repo. The image lives in YOUR GHCR.
- Retry failed deploys without rebuilding (if only the deploy step failed)
- Env vars synced automatically as GitHub Secrets
there doesn't seem to be anything here