cfg/instructions/loki0.pyrocufflink.blue.cue

18 lines
287 B
Plaintext

import (
"list"
"du5t1n.me/cfg/app/collectd"
"du5t1n.me/cfg/app/fetchcert"
"du5t1n.me/cfg/app/promtail"
"du5t1n.me/cfg/app/loki"
"du5t1n.me/cfg/env/prod"
)
render: list.Concat([
prod.templates,
collectd.templates,
fetchcert.templates,
loki.templates,
promtail.templates,
])