DEVOPS / DEPLOY

Deploy GitHub CMS — From Git Push to Production in 2 Minutes

Automated deployment through GitHub Actions with zero-downtime symlink swap. Static HTML via nginx with TTFB ≤200ms.

Deployment Pipeline

The deployment pipeline automates the entire process: git push → GitHub Actions → npm ci → build (Vite SSG + SEO injection) → rsync to VPS → health check. The full pipeline completes in 2-3 minutes with automatic validation at every stage.

Key Features

Zero-Downtime

Symlink swap atomically redirects traffic to the new build without interruption.

368 Tests

Content validation, SEO file checks, secret detection, and security scans run on every push.

Deploy Your Site Today

Follow the deployment guide and get your static site live in under 30 minutes.

View on GitHub