You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by cd...@apache.org on 2018/12/20 13:57:47 UTC

[incubator-iotdb-website] branch master updated: Changed to use the real repo and branch ...

This is an automated email from the ASF dual-hosted git repository.

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 001ee60  Changed to use the real repo and branch ...
001ee60 is described below

commit 001ee60321a23e6f8fcbd96ca265b0e6ab0ebf1f
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Dec 20 14:57:38 2018 +0100

    Changed to use the real repo and branch ...
---
 build/deploy.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/build/deploy.js b/build/deploy.js
index 58e8813..23cd5e1 100644
--- a/build/deploy.js
+++ b/build/deploy.js
@@ -20,6 +20,6 @@
 var ghpages = require('gh-pages');
 
 ghpages.publish('dist', {
-  branch: 'asf-site-sav',
-  repo: 'https://gitbox.apache.org/repos/asf/incubator-iotdb.git'
-}, callback);
+  branch: 'asf-site',
+  repo: 'https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git'
+});