Use step UI for edge command
Homelab Main / validate (push) Waiting to run Details
Homelab Main / deploy (push) Blocked by required conditions Details

This commit is contained in:
juvenal.diaz 2026-09-26 12:09:19 -06:00
parent d01dd37eac
commit c1452e943e
1 changed files with 5 additions and 1 deletions

View File

@ -234,7 +234,11 @@ case "${1:-}" in
;;
edge)
record_change_journal "edge" "$@"
edge_apply
require_debian_server "edge"
jeannie_log_start "edge"
jeannie_step_plan 1
run_step "Edge OpenTofu apply" edge_apply
echo "Log: ${JEANNIE_LOG_FILE}"
;;
promote)
promote "$@"