Fix: Change static site from ONF to LFBB

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ib10f5b003f32d5b479e99b4d94a180772f640e37
diff --git a/jjb/repos/voltha-docs.yaml b/jjb/repos/voltha-docs.yaml
index ff2141f..bdf0da3 100644
--- a/jjb/repos/voltha-docs.yaml
+++ b/jjb/repos/voltha-docs.yaml
@@ -30,7 +30,7 @@
           dependency-jobs: 'version-tag_voltha-docs'
           build-command: 'make multiversion'
           build-output-path: '_build/multiversion/'
-          sync-target-server: 'static.opennetworking.org'
+          sync-target-server: 'static.lfbroadband.org'
           sync-target-path: '/srv/sites/docs.voltha.org/'
           build-timeout: 60
 
diff --git a/jjb/shell/publish-helm-repo.sh b/jjb/shell/publish-helm-repo.sh
index 40b7101..57f6a65 100644
--- a/jjb/shell/publish-helm-repo.sh
+++ b/jjb/shell/publish-helm-repo.sh
@@ -61,4 +61,4 @@
   git push origin "$NEW_VERSION"
 popd
 
-rsync -rvzh --delete-after --exclude=.git "$OLD_REPO_DIR/" "static.opennetworking.org:/srv/sites/$PUBLISH_URL/"
+rsync -rvzh --delete-after --exclude=.git "$OLD_REPO_DIR/" "static.lfbroadband.org:/srv/sites/$PUBLISH_URL/"