You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ci): unify on selfhosted profile name (#1798)
* fix(ci): default self-host health checks to selfhost profile
* refactor(ci): unify on selfhosted profile name
Simplify by using "selfhosted" consistently everywhere instead of
having two terms ("selfhost" for Docker Compose, "selfhosted" for
scripts). This removes the need for translation logic in the health
check script.
- Rename Docker Compose profile: selfhost → selfhosted
- Remove resolved_compose_profiles() and remote_compose_env_prefix()
- Simplify remote_compose_prefix() to check PROFILE directly
- Update all scripts, workflows, and docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* refactor: export COMPOSE_PROFILES once instead of per-command
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* revert: remove unrelated import change from PR
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Tyler Dane <tyler@switchback.tech>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments