What problem does it solve?
It solves the challenge of reliably deploying and securing a website to Infomaniak managed hosting using CI/CD, with environment-specific access controls and troubleshooting guidance.
Core Features & Use Cases
- GitHub Actions rsync deployment: Builds (Astro), generates access restrictions, and deploys
apps/site/dist/ via rsync over SSH with --delete for clean updates.
- Cloudflare-aware IP restriction with a safe baseline: Blocks direct-to-origin bypass by enforcing use of Cloudflare’s
CF-Connecting-IP header through generated .htaccess.
- Environment strategy for Seed, Preview, and Public: Handles dev/preview access (IP allowlist vs Cloudflare Access/Zero Trust) and public deployment differences, plus required secrets/variables per GitHub environment.
Quick Start
Ask an AI to “Generate the Infomaniak CI/CD deployment plan for Seed, Preview, and Public, using rsync-over-SSH with Cloudflare-aware .htaccess, and list the exact GitHub secrets and variables I must configure to make the workflows run safely.”