Skip to content

Commit 48717a0

Browse files
committed
fix git pull
1 parent 7051bc6 commit 48717a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_prod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
mkdir -p ${LOG_DIR}
2424

2525
# update changes before update
26-
# git pull
26+
git pull
2727
npm install
2828
source .venv/bin/activate
2929
uv sync

0 commit comments

Comments
 (0)