[Komodo] Commit Sync: update builders.toml

This commit is contained in:
komodo
2024-11-25 07:19:40 +00:00
parent 84dcbcffa7
commit 5f29392f33

View File

@ -29,4 +29,17 @@ params.assign_public_ip = true
params.security_group_ids = ["sg-0babe545ecfb49c9b"] params.security_group_ids = ["sg-0babe545ecfb49c9b"]
params.user_data = """ params.user_data = """
#!/bin/bash #!/bin/bash
curl -sSL https://raw.githubusercontent.com/mbecker20/komodo/main/scripts/setup-periphery.py | HOME=/root python3""" 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"]