Commit graph

5 commits

Author SHA1 Message Date
Oskar Kapala 3f5dd536d1 fix: smoke tests use localhost:8080 (port mapping creates ambiguous container IPs) 2026-06-02 21:49:52 +02:00
Oskar Kapala 9e591d92cd feat: expose port 8080 on host, add host-port smoke test in deploy.sh 2026-06-02 21:48:34 +02:00
Oskar Kapala 6e634614fc feat: add smoke tests to deploy.sh (curl container IP after up) 2026-06-02 18:47:09 +02:00
Oskar Kapala 50cc253651 fix: deploy.sh uses ~/gethumanai-landing (no sudo needed on VPS) 2026-06-02 17:26:36 +02:00
Oskar Kapala fc5741316f feat: initial humanAI landing page
- Astro 6 static site, PL default (/) + EN (/en/)
- All copy in src/i18n/pl.json and src/i18n/en.json
- Sections: Hero, Problem, HowWeWork, Offers, Process, Contact, Footer
- Security section hidden behind SHOW_SECURITY flag
- Conservative tone for Industry and Med (human-in-the-loop)
- Contact form via mailto prefill
- Dockerfile multi-stage (node build -> nginx)
- docker-compose.yml on npm_proxy network (NPM visible)
- deploy.sh for SATURN -> VPS workflow
2026-06-02 17:24:37 +02:00