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
|
||||
run: |
|
||||
sleep 15
|
||||
nomad job status moneymaker
|
||||
nomad job allocs moneymaker
|
||||
nomad job status mmd
|
||||
nomad job allocs mmd
|
||||
env:
|
||||
NOMAD_ADDR: "https://nomad.i80.dk:4646"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user