mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -05:00
18 lines
335 B
TOML
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" |