[claude] Live staging + auto-refresh on push (#33) #34

Merged
Timmy merged 1 commits from claude/the-nexus:claude/issue-33 into main 2026-03-24 01:30:30 +00:00

1 Commits

Author SHA1 Message Date
Alexander Whitestone
c4547d2e52 feat: live staging with auto-refresh on main push (Fixes #33)
- index.html: polls Gitea API every 30s for new commits on main;
  shows countdown banner and auto-reloads when SHA changes
- Dockerfile + docker-compose.yml: serve the site via nginx;
  main on :4200, staging on :4201
- deploy.sh: rebuild and restart a named service
- .gitea/workflows/deploy.yml: SSH-deploy to host on every push to main
  (requires DEPLOY_HOST / DEPLOY_USER / DEPLOY_SSH_KEY repo secrets)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-23 21:20:58 -04:00