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' })); });