From e8a638d11d8d3f1dae14b6d5d03f8a88e5b0b2a3 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Mon, 9 Feb 2026 20:52:08 -0800 Subject: [PATCH] that's fine --- scripts/deploy.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 75dbbc4..2b425e5 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -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