15 lines
189 B
HCL

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
project = "hello"
app "tubes" {
build {
use "docker" {}
}
deploy {
use "nomad" {}
}
}