Skip to content

Commit

Permalink
Change deploy.yml to use new, temporary nomad url
Browse files Browse the repository at this point in the history
  • Loading branch information
knxtdoor authored and kberzinch committed Jun 22, 2024
1 parent 76b0649 commit d2d4759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
- name: Exchange GitHub JWT for Nomad token
uses: RoboJackets/nomad-jwt-auth@main
with:
url: https://nomad.bcdc.robojackets.net
url: https://nomad2.bcdc.robojackets.net
jwtGithubAudience: https://nomad.bcdc.robojackets.net
methodName: GitHub

- name: Run Nomad job
env:
NOMAD_ADDR: https://nomad.bcdc.robojackets.net
NOMAD_ADDR: https://nomad2.bcdc.robojackets.net
working-directory: ./.nomad/
run: |
nomad run -var image=registry.bcdc.robojackets.net/apiary@${{ inputs.image-digest }} -var precompressed_assets=${{ inputs.precompressed-assets }} -var-file var-files/${{ inputs.environment }}.hcl apiary.nomad

0 comments on commit d2d4759

Please sign in to comment.