Ask HN: How do you organise your deployment code?
https://news.ycombinator.com/item?id=14765857I've seen people put the CI code in another folder in the same repository, and include some build scripts in the main codebase folder.
I've seen people really separate out their repositories.
I've seen absolute messes.
How do you prefer to organise your deployment code?