1 Star 0 Fork 1

izhaong/node-srs-cmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
deploy.config.js 658 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
* @Description:
* @Author: 仲灏<izhaong 164165005@qq.com>
* @Date: 2020-11-03 16:25:48
* @LastEditors: 仲灏<izhaong 164165005@qq.com>
* @LastEditTime: 2020-12-11 14:53:41
*/
const config = {
ssh: {
host: '192.168.9.20',
port: 22,
username: 'root',
password: 'wxwl8802',
// privateKey: 'E:/id_rsa', // ssh私钥(不使用注释即可)
// passphrase: '123456' // ssh私钥对应解密密码(不存在设为''即可)
},
excludeFiles: [ 'node_modules', '.git', '.gitee', 'logs', 'run', 'deploy.config.js' ],
localDir: './',
serverDir: '/opt/docker/node-srs-cmd',
ports: '30000:3000',
};
module.exports = config;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/z-org/node-srs-cmd.git
git@gitee.com:z-org/node-srs-cmd.git
z-org
node-srs-cmd
node-srs-cmd
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385