Hello, I have a PHP + Svelte application that requires building. I usually just run npm run build
and push the production-compiled .js to my bitbucket git repo, which I then pull in to my Digital Ocean droplet. (a VPS)
My goal is to simply hook up my bitbucket repo to Netlify, which I’ve done, and build, which I’ve done, but then update a remote VPS. But I can’t figure out how to do so, and I feel like I’m not the target audience for Netlify and though I love the experience so far, maybe I’m better suited somewhere else. I don’t need anything.netlify.com; I already have a domain. I basically want Netlify to do the build and pull for me. It seems like Netlify is more for hosting JAMstack sites, am I trying to fit a square in a circle hole?