From 8ef3912d7734bff2bbeb9cb957a8463c72f7c199 Mon Sep 17 00:00:00 2001 From: nzambello Date: Mon, 21 Feb 2022 16:34:13 +0100 Subject: [PATCH] ci: fix wf user --- ecosystem.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index e234f30..30b263a 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -4,7 +4,6 @@ module.exports = { name: "explit", script: "npm", args: "start", - user: "plone", autorestart: true, watch: false, max_memory_restart: "1G",