From 8863a9d0525f9a8511255ce620738d616b8ca616 Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Mon, 28 Apr 2025 16:48:31 +0200 Subject: [PATCH] adding origin to ref --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index 9d2293b..1e78bda 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -10,7 +10,7 @@ module.exports = { production: { user: 'root', host: ['autobaan'], - ref: 'deploy_test', + ref: 'origin/deploy_test', repo: 'https://fred.collinduncan.com/collin/autobaan.git', path: '/root/autobaan', 'post-deploy': 'npm install',