How can I deploy a Crew project that resides within a specific folder of a repository, rather than deploying the entire repository?

Hi, I have a CrewAI project/folder (created using crewai create crew project_name) alongside other folders, all within the same repository. I noticed that the dashboard only connects to the entire repository, with no option to specify a particular folder for deployment. Is it possible to configure the deployment to target a specific folder within the repository?

What dashboard are you talking about? Can you elaborate?

It’s the Crews page and I’m on a free plan.

I came across this thread while having a similar issue and figured I could leave my solution for any future reference.

In the case of having a project/repository with existing files and later configuring CrewAI into the same space, leave all the files created by CrewAI in the root folder and move existing files into a new folder. CrewAI doesn’t seem to have a way to specify a specific folder to serve as the entry point and instead relies on finding the appropiate files at the root folder.

More of a solution, this is a workaround but in my case it worked.