All sites deployed to Netlify get a subdomain which has the form [name-of-your-site].netlify.app. But if you want your site to be accessible at your own domain name like your-name.com then you need a custom domain. This article focuses on using your Google domain registered domain name with your Netlify site.
Add your domain to Netlify Go to your team’s Domain page.
Enter the domain name and click on Verify…
So you just built your Hugo static website and pondering how to handle deployments. The Hugo docs have a Hosting and Deployment section for various providers that you can deploy to. But this post is focused on deploying to Netlify using Github Actions. We will use Github Actions for the CI/CD pipeline and Netlify as the deployment platform. This will be a manual Netlify deployment using its CLI from the CI/CD pipeline.…