echo '#!/bin/bash
cd /var/www/html/serviceSetex
git fetch origin
git reset --hard origin/main
sudo chown -R www-data:www-data src/
echo "Deploy completado: $(date)"' | sudo tee /usr/local/bin/deploy-setex.sh
