Also, is there a way for branch deploys to only de...
# dagster-plus
y
Also, is there a way for branch deploys to only deploy 1 code location?
I need to just comment out the other locations?
r
This is controlled by the
dagster_cloud.yaml
file, so you would need to edit this file in your build process if you want to only deploy one code location for branch deployments.
y
got it
thanks