Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
cloud

GitHub Action

Nomad Deploy with envs

v1.0.5

Nomad Deploy with envs

cloud

Nomad Deploy with envs

Deploy code to nomad

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Nomad Deploy with envs

uses: ebarriosjr/nomad-deploy-action@v1.0.5

Learn more about this action in ebarriosjr/nomad-deploy-action

Choose a version

nomad-deploy-action

This repo will take a Nomad job, replace variables and deploy the job file.

Environment Variables

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 ``