2022-04-25 12:23:57 -05:00

18 lines
180 B
HCL

project = "hello"
plugin "docker" {
type {
deploy = true
}
}
app "tubes" {
build {
use "docker" {}
}
deploy {
use "nomad" {}
}
}