feat: new waitlist landing page with privacy & terms pages
Some checks failed
Deploy HTML to Docker LXC / deploy (push) Failing after 3s
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:
@@ -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
|
||||
Reference in New Issue
Block a user