Skip to content

Commit

Permalink
fix: autoDeploy,yaml line
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 17, 2023
2 parents 4122bcd + e2ef915 commit cc6dbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/autoDeploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
pm2 delete cms # 删除旧的进程
sed -i 's/\r//' start.sh # 将start.sh中的\r替换为空,解决换行符问题
pm2 start start.sh --name cms # 启动新的进程
pm2 save # 保存配置
pm2 save # 保存配置

0 comments on commit cc6dbab

Please sign in to comment.