Add artifact to init

This commit is contained in:
Alex Dadgar
2016-03-15 20:28:33 -07:00
parent a70820d7ca
commit 996c2dfb48

View File

@@ -158,6 +158,16 @@ job "example" {
}
}
}
# The artifact block can be specified one or more times to download
$ artifacts prior to the task being started. This is convenient for
$ shipping configs or data needed by the task.
# artifact {
# source = "http://foo.com/artifact.tar.gz"
# options {
# checksum = "md5:c4aa853ad2215426eb7d70a21922e794"
# }
# }
# Specify configuration related to log rotation
# logs {