ci(deploy): correct deploy runner label to uom-deploy-runner #64
Reference in New Issue
Block a user
No description provided.
Delete Branch "ci/fix-deploy-runner-label"
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?
Problem
The
deployjob added in #63 targets a runner labelleduom_deploy, but the actual self-hosted runner on the production host is labelleduom-deploy-runner. With no runner matchinguom_deploy, the deploy job would sit queued forever after each build.Fix
Update
runs-on(and the two documentation comments) fromuom_deploy→uom-deploy-runner. No other behavior changes.🤖 Generated with Claude Code