Incluyo en pm2 el lanzamiento de WildFly
This commit is contained in:
@@ -3,7 +3,11 @@
|
|||||||
"name": "ANT",
|
"name": "ANT",
|
||||||
"script": "start.sh",
|
"script": "start.sh",
|
||||||
"cwd": "./",
|
"cwd": "./",
|
||||||
"ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*"],
|
"ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*", "ecosystem.json"],
|
||||||
"watch": true
|
"watch": true
|
||||||
|
},{
|
||||||
|
"name": "Widlfly",
|
||||||
|
"script": "standalone.sh",
|
||||||
|
"cwd": "/opt/wildfly/bin/"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user