# Production Deployment Instructions ## Files to Upload to PUBLIC_HTML: - webhook.php - deploy.php - deploy_config.php ## Steps: 1. Edit deploy_config.php with your actual cPanel paths and database credentials 2. Edit webhook.php with your GitHub webhook secret 3. Upload all 3 files to your webhost's public_html directory 4. Set GitHub webhook URL to: https://yourdomain.com/webhook.php 5. Set Content-Type: application/json 6. Set Secret: your webhook secret 7. Select "Just the push event" or specific events ## Important: - Make sure paths in deploy_config.php point to correct directories - Ensure backup directories exist and are writable - Test with a ping event first