I want to try out dagster cloud, but how do i conn...
# ask-community
k
I want to try out dagster cloud, but how do i connect dagster cloud to a directory in github monorepo? the default integration seems to just assume that there is a yaml file in root
🤖 1
p
You can specify a build directory in your
dagster_cloud.yaml
file so that your dagster code doesn’t need to exist at the root, even if the yaml file is: https://docs.dagster.io/dagster-cloud/managing-deployments/dagster-cloud-yaml#dagster_cloudyaml
Also, if you are using the GH CI/CD integration, you can specify the location of the
dagster_cloud.yaml
file using the
DAGSTER_CLOUD_FILE
env var (defaults to the root)