Is it possible to deploy a subfolder of a GitHub repo? (Vue.js)
E.g. https://github.com/username/reponame/tree/main/Frontend
(I’m not the owner of the repo but contributor)
Is it possible to deploy a subfolder of a GitHub repo? (Vue.js)
E.g. https://github.com/username/reponame/tree/main/Frontend
(I’m not the owner of the repo but contributor)
I believe it is possible
Hello! Yes, this is possible. To start, you select the repo and branch you want as normal. The only difference is that in your service’s build and start commands, you’ll need to include cd subfolder-name
to get to the correct directory for running those commands.