Skip to content

Conversation

@chaewonkong
Copy link

@chaewonkong chaewonkong commented Sep 28, 2020

Summary

Fix misguiding documentation.

pm2 ecosystem yields ecosystem.config.js not process.yml.

Running pm2 start process.yml will generates an error below:

[PM2][ERROR] File process.yml not found

As-is

bash bash
$ pm2 start process.yml

### To-Be
```bash
$ pm2 start ecosystem.config.js
```	```

@chaewonkong chaewonkong marked this pull request as ready for review September 28, 2020 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant