1 Star 0 Fork 0

Quincy/noname

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ecosystem.config.js 521 Bytes
一键复制 编辑 原始数据 按行查看 历史
quincyli 提交于 2020-09-07 11:32 . feat: 游戏启动命令
module.exports = {
apps: [{
name: "noname-http",
script: './game/http.js',
watch: '.'
},
{
name: "noname-server",
script: './game/server.js',
watch: '.'
}],
deploy: {
production: {
user: 'SSH_USERNAME',
host: 'SSH_HOSTMACHINE',
ref: 'origin/master',
repo: 'GIT_REPOSITORY',
path: 'DESTINATION_PATH',
'pre-deploy-local': '',
'post-deploy': 'npm install && pm2 reload ecosystem.config.js --env production',
'pre-setup': ''
}
}
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/QuincyLI/noname.git
git@gitee.com:QuincyLI/noname.git
QuincyLI
noname
noname
master

搜索帮助