Jason
08/16/2022, 7:49 PM1.0.3
and wanted to use my existing agent for branch deployments (I have a separate environment than production).
However, the env DAGSTER_CLOUD_DEPLOYMENT_NAME
is showing up as `a725e19f`… which also happens to be the last random value at the end of my deployment.
(if this helps, I was on the beta and I made no changes except no longer using a dedicated agent for branching)DAGSTER_CLOUD_IS_BRANCH_DEPLOYMENT=1
ben
08/16/2022, 7:53 PMDEPLOYMENT_NAME
not match what you expect? That looks like one of the autogenerated names of a branch deploymentJason
08/16/2022, 7:55 PMstaging
(i have a staging and prod dagster cloud deployment)ben
08/16/2022, 7:57 PMstaging
and the branches the autogenerated names, e.g. (a725…
)staging
regardless of branch/non-branch context), that’s something we could look into addingJason
08/16/2022, 8:00 PMDAGSTER_CLOUD_IS_BRANCH_DEPLOYMENT
and know it's staging, then I wouldn't need a separate env - more like an implicit answer I guess and then for "local" dev work the env won't exist so that's my signal we're local.