From 3379ffe1ebaf5a789ffbceebd2645df15d11ece6 Mon Sep 17 00:00:00 2001 From: Nikhil Jha Date: Mon, 22 Apr 2024 00:25:56 -0700 Subject: [PATCH] :rocket: deploy ergo --- cluster.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/cluster.toml b/cluster.toml index 768c84d..b18c2a8 100644 --- a/cluster.toml +++ b/cluster.toml @@ -41,6 +41,7 @@ vault-secrets-operator = { path = "apps/vault_secrets_operator.py" } velero = { path = "apps/velero.py" } etc = { git = "https://github.com/ocf/etc" } +ergo = { path = "https://github.com/ocf/irc" } ircbot = { git = "https://github.com/ocf/ircbot" } id6 = { git = "https://github.com/ocf/id6" } jukebox = { git = "https://github.com/ocf/jukebox" }