max / pom
| 1 | [serve] |
| 2 | interval_secs = 300 |
| 3 | prune_days = 30 |
| 4 | listen = "127.0.0.1:9100" |
| 5 | |
| 6 | [targets.mnw] |
| 7 | label = "Makenotwork Production" |
| 8 | |
| 9 | [targets.mnw.health] |
| 10 | url = "https://makenot.work/api/health" |
| 11 | timeout_secs = 10 |
| 12 | |
| 13 | [targets.mnw.tests] |
| 14 | ssh = "max@100.106.221.39" |
| 15 | command = "/home/max/staging/run-ci.sh" |
| 16 | timeout_secs = 600 |
| 17 |