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