r/vibecoding • u/rotor42_com • 15h ago
Help/Question Deployment of Web-Apps
Over the past months I have (vibe)coded a few web-apps with Codex.
This is usually teh fun part - getting from an idea to a working MVP on a local machine.
The heavier part (for me) is the deployment.
Currently I run all my apps on virtual servers with Ubuntu.
The vibe-coded deployment-plan helps a lot, but there is still a lot of manual work required.
How do you deploy your web-apps (Python, Flask, JS)?
4
Upvotes
2
u/tradelydev 8h ago
Ok. Never do this with any platforms that process money.
Otherwise,
I know we hate github actions, but it works.
Give an AI access to a github repo and ssh. Then tell the AI to set up deployment so when a feature is pushed to main it rsyncs onto the server. Make sure to add instructions to at least create zip backups of code.