### # 构建部署脚本 ### #!/bin/bash #sh build.sh test dmaster #sh deploy.sh autodop-dmaster 192.168.0.50 azy & #sh build.sh test dagent #sh deploy.sh autodop-dagent 192.168.0.171 azy & #sh deploy.sh autodop-dagent 192.168.0.172 azy & #sh deploy.sh autodop-dagent 192.168.0.173 azy & #sh deploy.sh autodop-dagent 192.168.0.174 azy & #sh deploy.sh autodop-dagent 192.168.0.214 azy & #sh deploy.sh autodop-dagent 192.168.0.220 azy & #sh deploy.sh autodop-dagent 192.168.0.239 azy & # #sh deploy.sh autodop-dagent 192.168.0.191 azy & #sh deploy.sh autodop-dagent 192.168.0.201 azy &