This action uses Hashicorp Levant to deploy Nomad.
Token used to authenticate to Nomad server.
Nomad address to submit the job
Nomad job template to deploy. Please refer to Levant docs for full details.
Path to a file containing user variables used when rendering the job template.
uses: syaiful6/levant-action@main with: address: http://127.0.0.1:4646 job: awesome-app.nomad.hcl var-file: levant.yaml