fix(deploy): use correct Nomad job name 'mmd' in wait-for-deployment step
All checks were successful
Build and Deploy MoneyMaker / build-and-deploy (push) Successful in 12m8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Henrik Jess Nielsen
2026-06-29 23:01:28 +02:00
parent 50d9d1d5c2
commit b38702e082

View File

@@ -99,8 +99,8 @@ jobs:
- name: Wait for deployment - name: Wait for deployment
run: | run: |
sleep 15 sleep 15
nomad job status moneymaker nomad job status mmd
nomad job allocs moneymaker nomad job allocs mmd
env: env:
NOMAD_ADDR: "https://nomad.i80.dk:4646" NOMAD_ADDR: "https://nomad.i80.dk:4646"