From c4a0f3e40520c2bc9db07e9464a234c0bc344784 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 2 May 2021 22:10:49 +0800 Subject: [PATCH] fix: wrong project name in pm2 ecosystem config. --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 88298d1..6720299 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: 'fennec-be', + name: 'blog-be', script: 'npm', args: 'run start:prod', watch: false,