Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working with pm2 ecosystem files #131

Open
dibyajyotiron opened this issue Mar 23, 2020 · 0 comments
Open

Not working with pm2 ecosystem files #131

dibyajyotiron opened this issue Mar 23, 2020 · 0 comments

Comments

@dibyajyotiron
Copy link

Unable to find any documentation which mentions how to use it ecosystem files of pm2.
How do I use this with ecosystem files?

        name: appName,
        script: "./app.js",
        args: "one two",
        instances: 1,
        watch: true,
        ignore_watch: ["node_modules", "logs"],
        env: {
            NODE_ENV,
        },
        log_date_format: "ddd, DD-MMM-YYYY, hh:mm:ss A UTCZ",
        output: logLocation.output,
        error: logLocation.error,
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

No branches or pull requests

1 participant