mediacloud / sous-chef

Configurable Data Analytics Pipeline
1 stars 0 forks source link

How to effectively "freeze" a deployment at a given version- github tags? #13

Closed pgulley closed 6 months ago

pgulley commented 6 months ago

Deployments work by pulling code from github into a docker image when launched. Right now, if any element of the SC interface changes, old deployments might break. Already encountered this with a test deployment. What's the best way to select a specific desired commit history with the prefect pull interface. Should I just bake a tag?

pgulley commented 6 months ago

Probably actually a thing to put into sous-chef-recipes, rather than sous-chef proper.

pgulley commented 6 months ago

Versioning is now managed via tags on Sous-Chef, with branches on sous-chef recipes.