diff --git a/deploy.sh b/deploy.sh index bb05f94..c4e01de 100644 --- a/deploy.sh +++ b/deploy.sh @@ -32,7 +32,7 @@ if [ -z "$CODING_TOKEN" ]; then # -z 字符串 长度为0则为true;$CODING_T codingUrl=git@e.coding.net:xgy/xgy.git else # codingUrl=https://xugaoyi:${CODING_TOKEN}@git.dev.tencent.com/xugaoyi/xugaoyi.git - condingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git + codingUrl=https://HmuzsGrGQX:${CODING_TOKEN}@e.coding.net/xgy/xgy.git fi git add -A git commit -m "${msg}"