chore(org): retarget org paths to RunicGateway #66
Reference in New Issue
Block a user
No description provided.
Delete Branch "chore/org-rename-runicgateway"
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?
Follow-up to the
UOM→RunicGatewayGitea org transfer (repo reorg Phase 1).What changed
docker-compose.yml— app + bot images now pull fromgitea.whitlocktech.com/runicgateway/*instead of/uom/*.README.md— the threeUOM/linkreferences (intro bullet, shard-integration section, ASCII diagram) now point atRunicGateway/link.Why the compose change matters
build-images.ymlalready derives its registry owner from${{ github.repository_owner }}(lowercased), so post-transfer it publishes to…/runicgateway/website-app|bot. But compose still pulled from…/uom/…, so the next deploy would have pulled stale/missing images. This realigns the pull path with what CI actually pushes.Not in scope
UOMysticmoondisplay strings are handled separately)./home/perry/website/docker-compose.yml, if it's a standalone copy rather than a checkout, needs the sameuom→runicgatewayedit applied manually on the host.Opening this exercises the pre-merge
PR Checks; merging it firesbuild-images+uom_deployagainst the new image paths.🤖 Generated with Claude Code