Browse Source

代码更新

ccf 4 years ago
parent
commit
5a0a1e3904
1 changed files with 2 additions and 0 deletions
  1. 2 0
      shell/container-code-update.sh

+ 2 - 0
shell/container-code-update.sh

@@ -3,6 +3,8 @@
 # 更新代码
 cd /code && git fetch origin $PROGINN_BRANCH
 cd /code && git checkout -f origin/$PROGINN_BRANCH
+cd /proginn-user && git fetch origin $PROGINN_BRANCH
+cd /proginn-user && git checkout -f origin/$PROGINN_BRANCH
 cd /boss && git fetch origin $ROOTER_BRANCH
 cd /boss && git checkout -f origin/$ROOTER_BRANCH
 cd /proginn-frontend && git fetch origin $PROGINN_FRONTEND_BRANCH