2 Star 1 Fork 0

白利华/shanghai-bus-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
ecosystem.config.js 880 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuwei 提交于 2018-08-16 23:04 . disabled watch
module.exports = {
apps: [
{
name: 'shanghai-bus-server',
script: './bin/www',
instances: 1,
exec_mode: 'cluster',
max_memory_restart: '300M',
output: './logs/out.log',
error: './logs/error.log',
log: false,
log_date_format: 'YYYY-MM-DD HH:mm:ss',
merge_logs: true,
watch: false,
kill_timeout: 1500,
autorestart: true,
env: {
NODE_ENV: 'production' // development
},
env_production: {
NODE_ENV: 'production'
}
}
],
deploy: {
// 自动发布
production: {
user: '',
host: 'liuweigl.cn',
ref: 'origin/master',
repo: 'git@github.com:liuweiGL/shanghai-bus-server.git',
path: '/opt/shanghai-bus/production',
'post-deploy':
'npm install && pm2 reload ecosystem.config.js --env production'
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/bai-lihua/shanghai-bus-server.git
git@gitee.com:bai-lihua/shanghai-bus-server.git
bai-lihua
shanghai-bus-server
shanghai-bus-server
master

搜索帮助