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

12 lines
120 B
HCL

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