From 5f29392f3321ea94f3755e85be22664830d6305f Mon Sep 17 00:00:00 2001 From: komodo Date: Mon, 25 Nov 2024 07:19:40 +0000 Subject: [PATCH] [Komodo] Commit Sync: update builders.toml --- builders.toml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/builders.toml b/builders.toml index 9724e4a..f3b5e12 100644 --- a/builders.toml +++ b/builders.toml @@ -29,4 +29,17 @@ params.assign_public_ip = true params.security_group_ids = ["sg-0babe545ecfb49c9b"] params.user_data = """ #!/bin/bash -curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | HOME=/root python3""" \ No newline at end of file +curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | HOME=/root python3""" + +## + +[[resource_sync]] +name = "builders" +tags = ["builder"] +[resource_sync.config] +git_provider = "git.komo.do" +repo = "komodo/build" +git_account = "mbecker20" +resource_path = ["builders.toml"] +managed = true +match_tags = ["builder"] \ No newline at end of file