Neal Richardson created ARROW-6497:
--------------------------------------
Summary: [Website] On change to master branch, automatically make
PR to asf-site
Key: ARROW-6497
URL: https://issues.apache.org/jira/browse/ARROW-6497
Project: Apache Arrow
Issue Type: Improvement
Components: Website
Reporter: Neal Richardson
Assignee: Neal Richardson
I added a build/deploy script to arrow-site that would enable automatically
publishing to asf-site when there is a commit to the master branch. However,
ASF won't let us add a deploy key to enable this publishing (INFRA-18924).
I have a workaround that's not automatic but as close as we can get. On commits
to apache/arrow-site's master branch, Travis builds the site and pushes it to a
fork of arrow-site (where there is no restriction on deploy keys), and then it
makes a PR from there back to the asf-site branch of apache/arrow-site using
[hub|https://hub.github.com/hub-pull-request.1.html]. So it's "semiautomatic":
the asf-site PR is made automatically, but a committer will need to merge it.
--
This message was sent by Atlassian Jira
(v8.3.2#803003)