Hacker News new | ask | show | jobs
by rozhok 212 days ago
Have you managed to setup CI/CD with Nomad? Last time i've checked it was non-trivial task.
1 comments

At work i use terraform to configure nomad/consul combo, so basically just a tf with Gitlab.

At home i am using this approach. Dumb, but works well. https://royportas.com/posts/simple-gitops-with-nomad

Thank you! That's pretty clever, will try it.