ci: self-bootstrap repo (clone-if-absent) on fresh hosts #5
Reference in New Issue
Block a user
Delete Branch "deploy-autoclone"
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?
The deploy did
cd ~/${GAME_ID} && git reset --hard, assuming the repo was pre-cloned (a one-time manual step on the home VM). On a fresh host that fails. Add a clone-if-absent (HTTPS, using the existingREGISTRY_USER/REGISTRY_TOKEN) before thecd, so a brand-new box self-assembles. RequiresREGISTRY_TOKENto carryrepository:read(now widened).🤖 Generated with Claude Code