summaryrefslogtreecommitdiff
path: root/scripts/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/deploy')
-rwxr-xr-xscripts/deploy3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/deploy b/scripts/deploy
index 5f730cc..9872755 100755
--- a/scripts/deploy
+++ b/scripts/deploy
@@ -20,6 +20,9 @@ REPO_DIR="$(cd "$(dirname "$0")/.." && pwd)"
cd "${REPO_DIR}"
+echo "==> Pulling latest from bare repo..."
+git pull --ff-only local master
+
STASHED=false
if [ "$DIRTY" = false ] && [ -n "$(git status --porcelain)" ]; then
echo "==> Stashing uncommitted changes..."