diff --git a/ecosystem.config.js b/ecosystem.config.js index 3a95f5e473..6004299032 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -18,7 +18,7 @@ module.exports = { production : { "user" : "deploy", "host" : ["45.76.130.174"], - "ref" : "origin/master", + "ref" : "origin/prod", "repo" : "git@github.com:keldaanCommunity/pokemonAutoChess.git", "path" : "/home/deploy", "post-deploy" : "npm install && npm run build && npm run colyseus-post-deploy"