fix: wrong project name in pm2 ecosystem config.
This commit is contained in:
parent
7700100a7d
commit
c4a0f3e405
@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'fennec-be',
|
||||
name: 'blog-be',
|
||||
script: 'npm',
|
||||
args: 'run start:prod',
|
||||
watch: false,
|
||||
|
Loading…
Reference in New Issue
Block a user