wuyi il y a 1 mois
Parent
commit
b1009512e0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      deploy.sh

+ 1 - 1
deploy.sh

@@ -3,7 +3,7 @@
 # 设置错误时退出
 set -e
 
-git pull origin main
+git pull origin master
 yarn install
 rm -rf dist/
 yarn build --mode production