Files
ZYZ/game-server/pm2Starter.sh
liangtongchuan 011335ff1f 环境:增加监控服务器配置
部署:修改 pm2 启动相关文件
2021-04-20 14:57:52 +08:00

6 lines
189 B
Bash
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#/bin/bash
npm install #安装依赖库
npm run build
node pm2Config.js #使用pm2来做进程管理生成进程配置文件
pm2 start pomeloPm2Start.json #pm2 启动游戏服务器