Is it possible to specify in deployment a specific...
# ask-community
j
Is it possible to specify in deployment a specific commit version of flow to deploy? I want to be able to deploy a previous version in Git, not only the latest.
m
we ended up building a whole system around this, creating deployments with names like:
my_flow/<environment>:<version>
where continuous integration deploys a new version of the flow every time we tag/merge. We end up with a lot of deployments, but the ability to run any version of a flow is very useful. I'd be interested to hear other approaches
👀 1
🙌 1