Merge pull request #1463 from micheal/patch-1
Update taskconfig.html.md
This commit is contained in:
commit
1963ac58d1
|
@ -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"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue