> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ale.run/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy from Subdir

> By default, `ale` builds and deploys from the root directory of your git repository. If your service is located in a subdirectory, you'll need to specify the correct path in your deployment settings. Configure the build path when:

* **Managing multiple services in separate directories within a single repository**
* **Working with code located in a specific subdirectory instead of the root**

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/subdir01.png" />
</Frame>

<Tip>
  When multiple services exist in a single repository as shown above, each service must be deployed separately.
</Tip>

## Set Build Path

<Frame>
  <img className="block rounded-md" src="https://files.cloudtype.io/ale-docs/developers/images/en/subdir02.png" />
</Frame>

> After selecting your repository in the deployment modal, and then enter the directory path in the subdirectory field.

<Info>
  For subsequent configuration and deployment steps, see the [Deploying with ale page](/en/developers/deploy#configure-and-deploy).
</Info>
