Hi, On Mon, May 27, 2019 at 11:01 AM YunKun Huang <[email protected]> wrote: > > hey, > > I'm working on continuous deployment for Dubbo, and want to create a jenkins > job for building & deploying dubbo-website for each commit. > > I think currently we are using some manual process, my understanding is > > 1. commit doc change to asf-site branch > 2. someone will run `docsite build` to generate website and push to asf-site > branch > 3. upload new website to somewhere? (a static web server maybe?)
Step 3, statics files will be synced to Apache server automatically. > > My question is > 1. for step 1 and step 2, should we keep source for website and generated > files for website in two different branch Keeping all files in one branch is just a simple solution. Do you see any advantage to keep in two different branches? I think it can be discussed. > 2. where do we host static files? in apache server? Yes. In Apache Server. > > -- Best Regards! Huxing
