New ask Hacker News story: Ask HN: Hosting on Digital Ocean, any advice for monitoring and deployments?

Ask HN: Hosting on Digital Ocean, any advice for monitoring and deployments?
3 by hershyb_ | 0 comments on Hacker News.
I'm moving over from Lambda to Digital Ocean since I found it much easier to test locally and iterate. Unfortunately, I'm not too savvy with setting up monitoring so I can see how often failures are happening and how to smoothly deploy changes on DO. I currently have a setup where I pull each individual change into my instance and re-run docker-compose build etc. Would love to learn more about what tools have helped you for logging/monitoring/deployments