feat: new waitlist landing page with privacy & terms pages
Some checks failed
Deploy HTML to Docker LXC / deploy (push) Failing after 3s

- Scrollytelling landing page (GSAP ScrollTrigger, interactive compass, glassmorphism)
- Privacy policy (GDPR, local-first architecture, AI provider disclosure)
- Terms of service (EU law, beta program, data ownership)
- Deploy workflow updated to include all new files and assets
This commit is contained in:
Roberto Musso
2026-04-11 01:48:07 +02:00
parent c60a9c2b1f
commit 5ce8fdabe9
5 changed files with 1813 additions and 547 deletions

View File

@@ -13,12 +13,12 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Copy HTML files to Docker LXC
- name: Copy site files to Docker LXC
uses: appleboy/scp-action@v0.1.7
with:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }}
source: "index.html"
source: "index.html,privacy.html,terms.html,assets/"
target: "/opt/adiuvai-website/html/"
overwrite: true