From e55b64e3e94fd216e470b94e467d65b2c3d0ac24 Mon Sep 17 00:00:00 2001 From: logsol Date: Thu, 25 Dec 2014 02:31:41 +0100 Subject: [PATCH] deployment stuff --- config/ecosystem.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ecosystem.json5 b/config/ecosystem.json5 index 6ec2cd9..f235f53 100644 --- a/config/ecosystem.json5 +++ b/config/ecosystem.json5 @@ -51,7 +51,7 @@ dev : { user : "chuck", host : "fuuuuu.de", - ref : "origin/master", + ref : "origin/controls", repo : "https://github.com/logsol/chuck.js.git", path : "/home/chuck/development", "post-deploy" : "npm install && pm2 startOrRestart config/ecosystem.json5 --env dev",