preview deploy fix

This commit is contained in:
Kyle Spearrin 2017-04-18 12:51:11 -04:00
parent 7a8d23ba84
commit 52745993cb
1 changed files with 1 additions and 2 deletions

View File

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