6c6fb10490
CI / verify (pull_request) Has been cancelled
Server path is /opt/dukang; stale /opt/dukang-haoke broke PM2 cwd for mini-user H5. Co-authored-by: Cursor <cursoragent@cursor.com>
12 lines
287 B
Bash
12 lines
287 B
Bash
# 复制为 deploy.env 后填写(deploy.env 勿提交)
|
||
DEPLOY_HOST=your.server.ip.or.domain
|
||
DEPLOY_USER=root
|
||
DEPLOY_PORT=22
|
||
# DEPLOY_SSH_KEY=~/.ssh/id_rsa
|
||
|
||
APP_ROOT=/opt/dukang
|
||
# 生产仓库(SSH)
|
||
GIT_REPO_URL=git@git.yqidian.com:jacy/dukang.git
|
||
GIT_REMOTE=origin
|
||
GIT_BRANCH=dev
|