Browse Source

Merge branch 'dev' of https://gitlink.org.cn/ci4s/ci4sManagement-cloud into dev

dev-active_learn
somunslotus 1 year ago
parent
commit
12bae84f93
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      k8s/build_and_deploy.sh
  2. +1
    -1
      k8s/deploy.sh

+ 1
- 1
k8s/build_and_deploy.sh View File

@@ -19,7 +19,7 @@ show_help() {
echo
echo "Options:"
echo " -b Branch to deploy, default: master"
echo " -s Service to deploy (manage-front, manage, front, all, default: manage-front)"
echo " -s Service to deploy (manage-front, manage, front, all, system default: manage-front)"
echo " -e Environment (e.g., dev, test, default: dev)"
echo " -h Show this help message"
}


+ 1
- 1
k8s/deploy.sh View File

@@ -10,7 +10,7 @@ show_help() {
echo "Usage: $0 [-s service] [-e environment]"
echo
echo "Options:"
echo " -s Service to deploy (manage-front, manage, front, all default: manage-front)"
echo " -s Service to deploy (manage-front, manage, front, all, system default: manage-front)"
echo " -e Environment (e.g., dev, test, default: dev)"
echo " -h Show this help message"
}


Loading…
Cancel
Save