PaulTreanor / MapGuesser

A fun geography game!
https://mapguesser.vercel.app
0 stars 0 forks source link

feat: health check endpoint and basic tests #9

Closed eoinmtreacy closed 5 days ago

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mapguesser ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 28, 2024 9:02pm
eoinmtreacy commented 1 week ago

container running on a tiny oracle VM to see how she holds up, curl 141.147.66.158:3000/health should spit back an "OK"

eoinmtreacy commented 1 week ago

That workflow relies on repo secrets which I can share with you privately, it's a straight forward SSH into a server, pull the repo, stop the container, rebuild it and run it again.

In future, it's easy enough to run the nginx or even the front end out of similar containers and all be in one big CD workflow if you wanted all the pieces on the one server