From 0242de91451aca0c298e347225cca6c61fd67409 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 14 Jul 2017 14:27:20 -0400 Subject: [PATCH] new preview repo --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 9a584b280dc..d0928f2c1d4 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -439,7 +439,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' + remoteUrl: 'git@github.com:kspearrin/bitwarden-web-preview.git' })); });