feat: deploy to yupanki CT 127 + repoint Conectividad#1
Merged
Conversation
- Replace GH Pages workflow with self-hosted runner deploy on yupanki (runs-on: [self-hosted, yupanki]). Streams `out/` into CT 127 via `sudo pct exec` tar-pipe, then calls /usr/local/bin/promote for the atomic release swap. No secrets; the runner's scoped sudoers on the yupanki host is the trust boundary. - Add SITE.yml declaring slug/domain for the Alter-infra registry. - Update "Conectividad" project card URL from libremesh.org to https://conectividad.altermundi.net/, which is the legacy WordPress re-exposed at a subdomain during the altermundi.net cutover. Infra spec: Alter-infra docs/superpowers/specs/2026-04-22-altermundi-static-sites-platform-design.md Infra plan: Alter-infra docs/superpowers/plans/2026-04-22-altermundi-static-sites-phase-1.md Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fede654
marked this pull request as ready for review
April 23, 2026 00:49
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
yupanki); this PR just uses it.SITE.ymldeclaring this repo as the first tenant of the platform (slugaltermundi-website, domainaltermundi.net).libremesh.orgtohttps://conectividad.altermundi.net/— the legacy AlterMundi WordPress, re-exposed at a subdomain during the apex cutover.Why
The apex of altermundi.net is moving from WordPress (CT 118) to this Next.js static export, per the infra design spec. The legacy WP content becomes the "Conectividad" destination; no WP content migration is required, only a new URL.
Deploy mechanics
Runner builds with
npm ci && npm run build, then streamsout/into CT 127 viatar | sudo pct exec -- tar -xand calls/usr/local/bin/promote altermundi-websitefor the atomic swap. No secrets. No inbound SSH on CT 127. Previous release retained at/srv/www/altermundi-website.prevfor one-command rollback.Cutover sequence
Merging this PR is not the cutover moment. Order (coordinated with Alter-infra PR):
deploy/yupanki→ build lands on CT 127 (invisible to the public).Rollback: restore the previous edge vhost symlink + symmetric WP UPDATE. Both one-command.
Related
docs/superpowers/specs/2026-04-22-altermundi-static-sites-platform-design.mddocs/superpowers/plans/2026-04-22-altermundi-static-sites-phase-1.mdTest plan
gh workflow run deploy.yml --ref deploy/yupankisucceeds end-to-end/srv/www/altermundi-website/index.htmlexists on CT 127 after runcurl -H 'Host: altermundi-website.internal' http://10.1.1.15/returns 200https://altermundi.net/serves the new site (Next.js, not WordPress)https://conectividad.altermundi.net/.prevexists, swap works)