docs(agents): document GitHub Actions FTP deploy pipeline

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Lucas Kalil 2026-06-13 23:05:01 -03:00
parent 7d6113be85
commit ffda08229b
2 changed files with 13 additions and 0 deletions

View file

@ -15,6 +15,11 @@ worldcup2026/
│ ├── project-memory.md Context, decisions, gotchas
│ └── TODO.md 12-step build checklist
├── .github/workflows/
│ └── deploy.yml CI: FTP deploy to Hostinger on push to master
│ (needs FTP_SERVER/USERNAME/PASSWORD secrets)
│ .gitignore OS/editor junk
├── index.html ★ SPA shell — header, nav tabs (Home, Matches,
│ Groups, Knockout, Stadiums), hero, dashboard,
│ modal container; loads app.js as ES module