GitHub Action
Nomad CLI install only
v1.0.0
Latest version
Only install/setup Nomad client.
steps:
- name: Setup Nomad
uses: rluisr/nomad-actions@master
- name: Deploy
run: |
nomad job run job.hcl
env:
NOMAD_ADDR: "https://nomad.nomad"
NOMAD_HTTP_AUTH: "basic:auth"
# See about environment variables https://www.nomadproject.io/docs/commands
Name | Required | Description |
---|---|---|
version | no | If empty, used latest version |
$ act