#!/bin/bash echo "Building React app..." npm run build echo "Setting permissions..." sudo chown -R www-data:www-data dist/ echo "Reloading Nginx..." sudo systemctl reload nginx echo "✓ Deploy complete!"