Closed MrCreosote closed 5 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.74%. Comparing base (
44bf972
) to head (60864d4
). Report is 2 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
What's the difference between deploy.cfg and deployment.cfg.tmpl? They look very similar
What's the difference between deploy.cfg and deployment.cfg.tmpl? They look very similar
It's historical. deplioy.cfg came first when we were deploying on bare metal or in VMs. When we started containerizing everything, the people that did that added the separate template. We've followed that pattern since then, but devops wants to move away from dockerize and overriding the entrypoint / command and switch to a purely environment variable driven approach. When we do that we'll probably merge (or remove altogether) the deploy files