diff --git a/scripts/deploy/deploy_web.sh b/scripts/deploy/deploy_web.sh index d64d2939..ba057f26 100755 --- a/scripts/deploy/deploy_web.sh +++ b/scripts/deploy/deploy_web.sh @@ -10,7 +10,7 @@ source "$SCRIPT_DIR/_deploy_lib.sh" # 主函数 main() { push_to_remote "production" "main" - NEW_VERSION=$(bump_version) + # NEW_VERSION=$(bump_version) purge_cdn_cache }