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

Bugfix/deploy ecosystem filename extension #5678

Conversation

karol-bujacek
Copy link
Contributor

Q A
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #5451
License MIT
Doc PR https://github.com/pm2-hive/pm2-hive.github.io/pulls

@CLAassistant
Copy link

CLAassistant commented Sep 27, 2023

CLA assistant check
All committers have signed the CLA.

@Unitech
Copy link
Owner

Unitech commented Oct 6, 2023

Great! Thank you for this contribution

@Unitech Unitech changed the base branch from master to development October 6, 2023 04:26
@Unitech Unitech merged commit 0530799 into Unitech:development Oct 6, 2023
1 of 5 checks passed
@@ -67,7 +67,7 @@ module.exports = function(CLI) {
// Find ecosystem file by default
if (!Common.isConfigFile(file)) {
env = args[0];
var defaultConfigNames = ['ecosystem.config.js', 'ecosystem.json', 'ecosystem.json5', 'package.json'];
var defaultConfigNames = [ ...Common.knonwConfigFileExtensions('ecosystem'), 'ecosystem.json5', 'package.json'];
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was getConfigFileCandidates

Unitech added a commit that referenced this pull request Oct 6, 2023
@Unitech
Copy link
Owner

Unitech commented Jan 20, 2024

fixed via pm2@5.3.1
Update:

$ npm install pm2@5.3.1
$ pm2 update

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.

3 participants