demo/digitalocean: add Atlas
This commit is contained in:
parent
1bb7a874fa
commit
f3f3b1f505
|
@ -32,5 +32,16 @@
|
||||||
"source": "default.hcl",
|
"source": "default.hcl",
|
||||||
"destination": "/usr/local/etc/nomad/nomad.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
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue