Deployment Zone

Launch website + bot docs cleanly

This static website sits in Hima/website. You can deploy it on GitHub Pages, Cloudflare Pages, Netlify, or your VPS Nginx setup.

Website Deploy (Static)

Quick static hosting options for this multi-page interface.

  • GitHub Pages: deploy /website as root publish folder.
  • Cloudflare Pages: connect repo and set output dir to website.
  • Netlify: drag-drop website folder or link repo.
  • VPS Nginx: copy files to /var/www/hima.
If links break after deployment, keep all files structure exactly as created in this folder.

Production Checklist

  • Set env vars securely (never commit real secrets).
  • Enable restart manager (PM2/systemd).
  • Monitor Lavalink connectivity health.
  • Rotate tokens/keys periodically.
  • Keep vote reminder and premium expiry jobs active.