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',