You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Nomad Deploy with envs
v1.0.6
This repo will take a Nomad job, replace variables and deploy the job file.
Variable | Details | Example |
---|---|---|
NOMAD_JOB | The Nomad job file path. | nomad-jobs/dev/app.nomad |
NOMAD_ADDR | The remote Nomad url. | https://example.com |
NOMAD_PORT | The remote Nomad port. | 4646 |
VARIABLES | The variables needed to template the file. Format variable=value. Space separated | `` |