feat(ci): accept deploy_host input in deploy-services for target-agnostic deploys #2
Reference in New Issue
Block a user
Delete Branch "feat/deploy-host-input"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a
deploy_hostworkflow_dispatch input todeploy-services.yml; the SSH deploy steps (docs + flatpak jobs) now use${{ inputs.deploy_host || secrets.DEPLOY_HOST }}(4 occurrences).This lets unom/infra
deploy-alldispatch docs + flatpak against a freshly-provisioned box IP (Hetzner rebuild). No default trigger change — this workflow is dispatch-only.Part of the unom-1 reproducible-rebuild work.
🤖 Generated with Claude Code