Deployment question for self-hosted Hugo install

I’m hosting my own hugo install and would like to automate the deployment from github, every-time I merge into master… My understanding is that netlify can auto-deploy hugo installations that are hosted on their server… but can that be done with my own hosting setup? (I installed hugo in a sub-directory and would like to keep it independent from the rest of the content on that server). Thanks!

Hi @newforms, welcome to our community forums. To answer your question, no, our CI/CD (auto-deploy) is highly integrated into our service and will only deploy to our service.

Thanks for the clear and quick answer!