@@ -4,7 +4,12 @@ set -e
cd "$(dirname "$0")"
echo "Pulling latest changes..."
git pull
PULL_OUTPUT=$(git pull)
echo "$PULL_OUTPUT"
if [ "$PULL_OUTPUT" = "Already up to date." ]; then
echo "Nothing to deploy."
exit 0
fi
echo "Installing dependencies..."
bun i
The note is not visible to the blocked user.