mirror of
https://github.com/kemko/nomad.git
synced 2026-01-08 11:25:41 +03:00
Merge pull request #1463 from micheal/patch-1
Update taskconfig.html.md
This commit is contained in:
@@ -88,12 +88,12 @@ task "example" {
|
||||
|
||||
# Download the binary to run
|
||||
artifact {
|
||||
source = "http://domain.com/example/my-app"
|
||||
source = "http://example.com/example/my-app"
|
||||
}
|
||||
|
||||
# Download the config file
|
||||
artifact {
|
||||
source = "http://domain.com/example/config.cfg"
|
||||
source = "http://example.com/example/config.cfg"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user