8 lines
101 B
HCL
8 lines
101 B
HCL
job "hello-orca" {
|
|
}
|
|
|
|
task "greet" {
|
|
command = "/bin/echo"
|
|
args = ["hello", "from", "orca"]
|
|
}
|