Hacker News new | ask | show | jobs
Ask HN: How do you automate your site deployments?
1 points by hiddentao 3948 days ago
I wish to deploy multiple static and Node.js sites to my Digital Ocean servers and serve each over a different domain. And have automated deployments on git push and Slack notifications when deployment succeeds/fails.

How have other HN-ers solved this problem?