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