that's fine

This commit is contained in:
Chris Wanstrath 2026-02-09 20:52:08 -08:00
parent 86a91469be
commit e8a638d11d

View File

@ -8,12 +8,6 @@ ROOT_DIR="$SCRIPT_DIR/.."
# Load config
source "$ROOT_DIR/scripts/config.sh"
# Make sure we're up-to-date
if [ -n "$(git status --porcelain)" ]; then
echo "=> You have unsaved (git) changes"
exit 1
fi
git push origin main
# SSH to target and update