diff options
| author | Carlos Konstanski <carlos.konstanski@olo.com> | 2025-12-18 16:01:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-18 16:01:49 -0700 |
| commit | b040de7070e9ece5e1ffe73bd7d7ae6c6310cb7c (patch) | |
| tree | b7cf7de15b45846506901048f6c4953699bc13c5 /lisp/snow.asd | |
| parent | e7268f15f90251933edb07df2366bc40e1bc1fb5 (diff) | |
| parent | 16e45f92cc92bc1e61659be66567131de18a9a96 (diff) | |
Merge pull request #11 from ololabs/inf-18465-create-an-unhealthy-targetgroup-report
[INF-18465] Create an unhealthy targetgroup report
Diffstat (limited to 'lisp/snow.asd')
| -rw-r--r-- | lisp/snow.asd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/snow.asd b/lisp/snow.asd index b8624c3..e9bc646 100644 --- a/lisp/snow.asd +++ b/lisp/snow.asd @@ -62,6 +62,7 @@ (:file "home-service" :depends-on ("auth-service")) (:file "git-update-service" :depends-on ("auth-service")) (:file "asg-recycle-service" :depends-on ("auth-service")) + (:file "unhealthy-targetgroups-service" :depends-on ("auth-service")) (:file "tfcloud-apply-service" :depends-on ("auth-service")) (:file "octopus-machines-with-roles-service" :depends-on ("auth-service")) (:file "octopus-environments-with-roles-service" :depends-on ("auth-service")) |
