| 1234567891011121314151617181920212223242526272829 |
- ##############################################################
- # 构建部署脚本
- ##############################################################
- #!/bin/bash
- set -e
- sh build.sh test dmaster
- #sh deploy.sh autodop-dmaster 192.168.0.211 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 121.40.29.55 CYsZufT56vX6rr6FLD6IF1YCXiJbwv
- #sh deploy.sh autodop-dagent 121.41.79.44 YcxtZI6yQeeSDw0mDD7eeunwOEhAca &
- #sh deploy.sh autodop-dagent 121.43.234.233 sjUIYQzBEaMm1!hbh9sB &
|