Deploy Strategy
What do you guys use for your deployment strategy? I bought a virtual private server and I'm trying to figure out the best way to deploy.. I'm leaning towards docker and GitHub actions with nginx
4 Replies
Most people here using ct3a use vercel for deployment
Yeah maybe that's the most sensible option.. I was leaning towards having it on the VPS to keep it close to the database
I mean, it all depends on your needs really.
If it's just a hobby project I'd go serverless on everything just because of the low (or non-existent) cost
Im using a VPS for some things. docker compose + docker hub is the way to go