From 5d78c2e8de3e39f293c4934123e7bdcb743c7b30 Mon Sep 17 00:00:00 2001 From: mistakia <1823355+mistakia@users.noreply.github.com> Date: Thu, 16 Jan 2025 12:16:13 -0500 Subject: [PATCH] fix: typo --- server.pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.pm2.config.js b/server.pm2.config.js index 18660d8..943e85b 100644 --- a/server.pm2.config.js +++ b/server.pm2.config.js @@ -22,7 +22,7 @@ module.exports = { deploy: { production: { - user: 'root', + user: 'user', host: 'storage', ref: 'origin/main', repo: 'https://github.com/mistakia/nanodb.git',