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
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:
@@ -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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user