I have set up netlify with a custom domain - so far so good - but I was wondering is it possible to automatically do a Branch deploy to a custom domain?
Currently if I push a branch to my repository, the branch is deployed at https://<GIT_HASH>--infarm-dev.netlify.com
. Is it possible for the branch to automatically be deployed to https://<BRANCH_NAME>.infarm.dev
? Currently I have to go to the domain management in the settings and manually add it, which I would like to avoid.
Many thanks.