From a0731d8afd743d94f9173d3f23f62e44c5fe7490 Mon Sep 17 00:00:00 2001 From: logsol Date: Thu, 25 Dec 2014 02:05:29 +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 65b7853..bf1282d 100644 --- a/config/ecosystem.json5 +++ b/config/ecosystem.json5 @@ -40,7 +40,7 @@ dev : { user : "chuck", host : "fuuuuu.de", - ref : "origin/controls", + ref : "origin/master", repo : "https://github.com/logsol/chuck.js.git", path : "/home/chuck/development", "post-deploy" : "npm install && pm2 startOrRestart config/ecosystem.json5 --env dev",