16 lines
179 B
HCL
16 lines
179 B
HCL
project = "hello"
|
|
|
|
app "tubes" {
|
|
build {
|
|
use "docker" {}
|
|
|
|
registry {
|
|
use "aws-ecr" {}
|
|
}
|
|
}
|
|
|
|
deploy {
|
|
use "nomad" {}
|
|
}
|
|
}
|