demo/digitalocean: add Atlas

This commit is contained in:
Ryan Uber 2015-09-24 10:11:46 -07:00
parent 1bb7a874fa
commit f3f3b1f505
1 changed files with 12 additions and 1 deletions

View File

@ -32,5 +32,16 @@
"source": "default.hcl",
"destination": "/usr/local/etc/nomad/nomad.hcl"
}
]
],
"post-processors": [
{
"type": "atlas",
"artifact": "hashicorp/nomad-demo",
"artifact_type": "digitalocean.droplet"
}
],
"push": {
"name": "hashicorp/nomad-demo",
"vcs": true
}
}