🚀 Deployment

CyberAi is deployed using GitHub Pages with automatic deployment on push to main branch.

Deployment Process

  1. Push changes to main branch
  2. GitHub Actions builds the site
  3. Site is deployed to GitHub Pages
  4. Changes are live at cyberai.network

Manual Deployment

cd site
npm run build
# Artifacts in site/dist/

← Back to Documentation