Compare commits
1 commit
d14ae52bef
...
b9588073ad
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b9588073ad |
1 changed files with 2 additions and 0 deletions
|
|
@ -794,6 +794,7 @@ _disinto_init_nomad() {
|
|||
done
|
||||
|
||||
local IFS=' '
|
||||
echo "[deploy] deployment order: ${DEPLOY_ORDER}"
|
||||
for svc in $DEPLOY_ORDER; do
|
||||
# Seed this service (if seed script exists)
|
||||
local seed_name="$svc"
|
||||
|
|
@ -810,6 +811,7 @@ _disinto_init_nomad() {
|
|||
|
||||
# Deploy this service
|
||||
echo "── Deploy services dry-run ────────────────────────────"
|
||||
echo "[deploy] services to deploy: ${with_services}"
|
||||
local jobspec_path="${FACTORY_ROOT}/nomad/jobs/${svc}.hcl"
|
||||
if [ ! -f "$jobspec_path" ]; then
|
||||
echo "Error: jobspec not found: ${jobspec_path}" >&2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue