I want to host my website build in Gatsby on CloudWays. Is there such an option for continuous deployment? There is an option to deploy code via Git and fetch the repo. But for Gatsby, there's another step involved by doing 'gatsby build'. Is there a way to pull from master and then run a build command, whenever the master branch is updated?
I know there's Netlify and has this already build in, but I have a CloudWays hosting and was just wondering if this is possible to set up at all.