From 7986456b9c87a1e96f1abfb0ffa1bfe8738981f5 Mon Sep 17 00:00:00 2001 From: Jugger Date: Sun, 9 Oct 2022 13:20:42 -0500 Subject: [PATCH] fix: production git ref --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index dcc646b..eebf2ea 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -16,7 +16,7 @@ module.exports = { production: { user: process.env.SSH_USERNAME, host: process.env.DEPLOY_HOST, - ref: 'origin/main', + ref: 'origin/production', repo: 'https://github.com/SrJuggernaut/entgamers_pro', path: process.env.DEPLOY_PATH, 'pre-deploy': 'yarn install && yarn run build',