new preview repo

This commit is contained in:
Kyle Spearrin 2017-07-14 14:27:20 -04:00
parent b075f25d7c
commit 0242de9145
1 changed files with 1 additions and 1 deletions

View File

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