new preview repo
This commit is contained in:
parent
b075f25d7c
commit
0242de9145
|
@ -439,7 +439,7 @@ gulp.task('deploy-preview', ['dist'], function () {
|
||||||
return gulp.src(paths.dist + '**/*')
|
return gulp.src(paths.dist + '**/*')
|
||||||
.pipe(ghPages({
|
.pipe(ghPages({
|
||||||
cacheDir: paths.dist + '.publish',
|
cacheDir: paths.dist + '.publish',
|
||||||
remoteUrl: 'git@github.com:bitwarden/web-preview.git'
|
remoteUrl: 'git@github.com:kspearrin/bitwarden-web-preview.git'
|
||||||
}));
|
}));
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue