1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 07:13:32 +00:00

local api/identity uri paths

This commit is contained in:
Kyle Spearrin
2017-12-16 22:08:23 -05:00
parent 8a3fb92bbe
commit 1ea9d28523
6 changed files with 13 additions and 26 deletions

View File

@@ -465,7 +465,7 @@ gulp.task('deploy-preview', ['dist'], function () {
return gulp.src(paths.dist + '**/*')
.pipe(ghPages({
cacheDir: paths.dist + '.publish',
remoteUrl: 'git@github.com:kspearrin/bitwarden-web-preview.git'
remoteUrl: 'git@github.com:bitwarden/web-preview.git'
}));
});