Looking to clarify my understanding of branch deploys, Do we need an additional dagster_cloud.yaml or should the prod deploy config be sufficient for this?
d
daniel
12/14/2022, 5:30 PM
Hey Sven - you shouldn't need a separate dagster_cloud.yaml for branch deployments (but you also shouldn't need to specify an ECR registry when running in serverless - in serverless, we host the image for you)
Ah, did you possibly change from serverless to hybrid at some point?
s
Sven Lito
12/14/2022, 5:36 PM
I have, however the prod deploy is fine. Only branch deploys are giving me trouble
d
daniel
12/14/2022, 5:36 PM
Got it - I think this is something we can fix on our side, will report back
🙌 1
OK - as long as you have a hybrid agent set up to serve branch deployments and you're running the hybrid github action, I would expect that error to no longer occur
s
Sven Lito
12/14/2022, 5:46 PM
ok, let me re-run and report back. Thanks again @daniel