# deploy **Repository Path**: sean-framework/deploy ## Basic Information - **Project Name**: deploy - **Description**: 部署相关 - **Primary Language**: Shell - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2020-10-12 - **Last Updated**: 2023-07-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # scripts ```shell script 修改版本号 sh update_dependencies_version.sh -b 6.0.3 -l revision -d '/data/docker_images/ups/' -u 'http://localhost:9200/server_version/_search?size=30' 打包 sh package.sh -d '/data/docker_images/xxx/' -c 'deploy' 构建镜像 sh push_server_image.sh -d '/data/docker_images/xxx/' -n ups -v 6.0.3 -j ups-server.jar -r 'harbor.xxx.com' 部署 sh deploy.sh -n ups -v 6.0.3 -r 'harbor.xxx.com' ```