try fix job nomad

This commit is contained in:
2025-10-19 21:43:39 +11:00
parent ea1bc210c6
commit 6e5d4e39e7

View File

@@ -87,6 +87,5 @@ jobs:
- name: Deploy Job to Nomad
run: |
export NOMAD_ADDR=${{ secrets.NOMAD_ADDR }}
nomad job run -var="version=${{ github.sha }}" infra/nomad/code-snippets.nomad.hcl
env:
NOMAD_ADDR: ${{ secrets.NOMAD_ADDR }}