Browse Source

优化部署文件

dev-lc
chenzhihang 1 year ago
parent
commit
5e2df58a10
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      k8s/deploy.sh

+ 1
- 1
k8s/deploy.sh View File

@@ -27,7 +27,7 @@ done

echo "Deploy service: $service, environment: $env"

valid_services=("manage-front" "manage" "front" "all")
valid_services=("manage-front" "manage" "front" "all" "auth" "gateway" "system")
if [[ ! " ${valid_services[@]} " =~ " $service " ]]; then
echo "Invalid service name: $service" >&2
echo "Valid services are: ${valid_services[*]}"


Loading…
Cancel
Save