From 52745993cbf72df60bb8a7102fd40f9ce11bde73 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Tue, 18 Apr 2017 12:51:11 -0400 Subject: [PATCH] preview deploy fix --- gulpfile.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index c9a261b7c9..8ea4c20564 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -381,8 +381,7 @@ gulp.task('deploy-preview', ['dist'], function () { return gulp.src(paths.dist + '**/*') .pipe(ghPages({ cacheDir: paths.dist + '.publish', - remoteUrl: 'git@github.com:bitwarden/web-preview.git', - origin: 'preview' + remoteUrl: 'git@github.com:bitwarden/web-preview.git' })); });