Skip to content

Commit d4abc32

Browse files
committed
ci: Rename ecosystem, file to .js
1 parent 007d713 commit d4abc32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ecosystem.json renamed to ecosystem.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
module.exports = {
22
"apps" : [
33
{
44
"name" : "validatejavascript.com",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"build": "NODE_ENV=production webpack --config webpack --display-error-details",
1515
"upgrade": "ncu -u -a -x eslint-plugin-jsx-a11y && npm install && lerna exec --concurrency 1 -- ncu -a && lerna exec -- npm install",
1616
"semantic-release": "semantic-release pre && ssh-keyscan 192.241.157.86 >> ~/.ssh/known_hosts && npm run deploy && semantic-release post",
17-
"deploy": "pm2 deploy ecosystem.json production --force",
17+
"deploy": "pm2 deploy ecosystem.config.js production --force",
1818
"travis-deploy": "if-env TRAVIS_BRANCH=master TRAVIS_PULL_REQUEST=false && npm run semantic-release || echo 'Deploy is not run'",
1919
"lint": "eslint .",
2020
"open-browser": "opn http://localhost:$PORT",

0 commit comments

Comments
 (0)