#!/bin/bashpm2 stop allecho "停服务"rm -rf JavaWebNodeTemplateecho "删除原代码"git clone git@github.com:15712311828/JavaWebNodeTemplate.gitecho "代码拉取成功"cd JavaWebNodeTemplatenpm installpm2 start app.jsech
Other
2023-09-06
181 点赞
2 评论
274 浏览