diff --git a/deploy_k8s/build_push_all_images.sh b/deploy_k8s/build_push_all_images.sh index 8902ec8a6..86cb923d0 100644 --- a/deploy_k8s/build_push_all_images.sh +++ b/deploy_k8s/build_push_all_images.sh @@ -2,26 +2,25 @@ service=( #api service file api -# cms_api -# -# #rpc service file -# user -# friend -# group -# auth -# admin_cms -# message_cms -# statistics -# office -# organization -# conversation -# cache -# gateway -# transfer -# msg -# push -# sdk_server -# open_im_demo + cms_api + #rpc service file + user + friend + group + auth + admin_cms + message_cms + statistics + office + organization + conversation + cache + gateway + transfer + msg + push + sdk_server + open_im_demo ) # version=v2.0.10