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