#!/usr/bin/env bash
set -euo pipefail
echo "Enviando branch 'main' para origin..."
git push origin main
echo "OK"
