UPLOAD THIS FOLDER TO VPS ========================= Local package (after running deploy/build.sh): deploy/upload/ Inside upload/: player/ → copy to /var/www/matka/player/ admin/ → copy to /var/www/matka/admin/ api/ → copy to /var/www/matka/api/ nginx-rosematka.conf → install on Nginx BUILD_INFO.txt → build stamp Live URLs (rosematka.com): https://rosematka.com/ player https://rosematka.com/admin/ admin https://rosematka.com/api/api.php API Every time you change the web app: 1. On Mac: ./deploy/build.sh 2. Re-upload deploy/upload/ contents to the 3 VPS folders 3. Hard refresh browser (Cmd+Shift+R) First-time VPS only: - Create MySQL DB + user - mysql < api/schema.sql - Set MATKA_DB_* for PHP-FPM - php api/seed.php - Install nginx-rosematka.conf + certbot SSL