Files
komodo/bin/cli/resources/repos.toml
mbecker20 62b083c3be docsite
2024-05-09 03:12:53 -07:00

18 lines
335 B
TOML

[[repo]]
name = "monitor-dev-frontend"
description = "Used as frontend for monitor-core-dev"
tags = ["monitor", "dev"]
[repo.config]
server_id = "monitor-01"
repo = "mbecker20/monitor"
branch = "main"
github_account = ""
[repo.config.on_clone]
path = ""
command = ""
[repo.config.on_pull]
path = "frontend"
command = "sh on_pull.sh"