From 2068a9b521d3422e8823a734304b9bc406518168 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel <lloyd@hilaiel.com> Date: Fri, 3 Feb 2012 12:52:27 -0700 Subject: [PATCH] (aws deploy) pull over git:// --- scripts/deploy_server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy_server.js b/scripts/deploy_server.js index 9cde7d7c2..34cf36551 100755 --- a/scripts/deploy_server.js +++ b/scripts/deploy_server.js @@ -122,7 +122,7 @@ Deployer.prototype._deployNewCode = function(cb) { Deployer.prototype._pullLatest = function(cb) { var self = this; - git.pull(this._codeDir, 'git@github.com:mozilla/browserid', 'dev', function(l) { + git.pull(this._codeDir, 'git://github.com/mozilla/browserid', 'dev', function(l) { self.emit('progress', l); }, function(err) { if (err) return cb(err); -- GitLab