1 Star 0 Fork 3

艷華/island

forked from dwc/island 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
ecosystem.json 649 Bytes
一键复制 编辑 原始数据 按行查看 历史
iGolden 提交于 2019-07-21 21:59 . 配置pm2
{
"apps": [
{
"name": "island",
"script": "app.js",
"env": {
"COMMON_VARIABLE": "true"
},
"env_production": {
"NODE_ENV": "production"
}
}
],
"deploy": {
"production": {
"user": "manager",
"host": ["129.211.44.134"],
"port": "39999",
"ref": "origin/master",
"repo": "git@gitee.com:iGolden/island.git",
"path": "/www/island/production",
"ssh_options": "StrictHostKeyChecking=no",
"post-deploy" : "npm install && pm2 startOrRestart ecosystem.json --env production",
"env": {
"NODE_ENV": "production"
}
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zyhua/island.git
git@gitee.com:zyhua/island.git
zyhua
island
island
master

搜索帮助