Skip to content

Commit

Permalink
Update rcloneBackUpCodeInstall.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
dong-dong6 authored Nov 17, 2024
1 parent 03a06c2 commit 727fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcloneBackUpCodeInstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ if [ ! -d "$APP_DIR" ]; then
else
echo "项目已存在,拉取最新代码..."
cd $APP_DIR
git pull
git fetch --all && git reset --hard origin/master && git pull
fi

# 编译前端
Expand Down

0 comments on commit 727fe64

Please sign in to comment.