Kaynağa Gözat

002sync_code.sh

lizw 2 ay önce
ebeveyn
işleme
582a573865
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      dsl/002sync_code.sh

+ 1 - 1
dsl/002sync_code.sh

@@ -224,7 +224,7 @@ elif [ "$cmd" == "prod" ];then
   git push dsl main:release/prod -f
   echo ""
   echo "等待大参林能笑平台构建部署,约15分钟"
-elif [ "$cmd" == "deploy" ];then
+elif [ "$cmd" == "develop" ];then
   echo -e "$echoPrefix git push dsl main:develop -f $echoSuffix"
   git push dsl main:develop -f
   echo ""