diff --git a/scripts/sync-vps.sh b/scripts/sync-vps.sh index 85b5b16..f29f237 100755 --- a/scripts/sync-vps.sh +++ b/scripts/sync-vps.sh @@ -5,7 +5,7 @@ set -e cd "$(dirname "$0")/.." echo "==> Pulling web-edit commits from VPS..." -git pull --rebase vps main +git pull --rebase --autostash vps main echo "==> Pushing site submodule to VPS..." (cd site && git push vps main)