diff --git a/gulpfile.js b/gulpfile.js index 9a584b280d..d0928f2c1d 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' })); });