Commit 74a89d1a authored by liming's avatar liming

添加流水线部署脚本

parent 1f93e5c7
#!/bin/bash
# 修改APP_NAME为云效上的应用名
APP_NAME=test-aliyun
APP_NAME=antai-sport-http-server-mobile-api
PROG_NAME=$0
ACTION=$1
BASE_HOME=/aliyuntest
BASE_HOME=/usr/local/project/mobile-api/mobile-api/target
APP_START_TIMEOUT=30 # 等待应用启动的时间
APP_PORT=8085 # 应用端口
APP_PORT=8080 # 应用端口
HEALTH_CHECK_URL=http://127.0.0.1:${APP_PORT} # 应用健康检查URL
JAR_NAME=${BASE_HOME}/${APP_NAME}.jar # jar包的名字
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment