Drone plugins > Nomad
Nomad
by loq9
Use the Nomad plugin to deploy services from a template. You will need to supply Drone with the nomad template file.
Example
kind: pipeline
name: default
steps:
- name: deploy
image: loq9/drone-nomad
settings:
addr: https://your.nomad.server/...
template: nomad-template.hcl
Properties
addr
stringrequiredThe Nomad server address
Default: none
template
stringrequiredTemplate for Nomad
Default: none
region
stringoptionalNomad region
Default: none
namespace
stringoptionalNomad namespace
Default: none
token
stringoptionalNomad token
Secret recommendedDefault: none