diff --git a/1.sources/MyHealth/ecosystem.json b/1.sources/MyHealth/ecosystem.json index e590ff6..ccb1896 100644 --- a/1.sources/MyHealth/ecosystem.json +++ b/1.sources/MyHealth/ecosystem.json @@ -3,7 +3,11 @@ "name": "ANT", "script": "start.sh", "cwd": "./", - "ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*"], + "ignore_watch": ["*.ear", "*.jar", "*.war", "./build/*", "./dist/*", "ecosystem.json"], "watch": true + },{ + "name": "Widlfly", + "script": "standalone.sh", + "cwd": "/opt/wildfly/bin/" }] }