Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.22 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.22 KB

manageiq.github.io

Build Status

This is the GitHub pages repo for manageiq.org.

The files in master are generated from a number of repos, so changes are not made here.

If you'd like to make changes to manageiq.org, please do so here:

Build

From the repos above, the trigger.sh script is called using the following snippet in the .travis.yml

deploy:
  provider: script
  skip_cleanup: true
  script: curl -sSL https://raw.githubusercontent.com/ManageIQ/manageiq.github.io/build/trigger.sh | bash -s
  on:
    branch: master

The trigger script pokes Travis to re-run the build branch in this repo. The build branch checks out the repos above, executes the build, and when complete, deploys the dest directory to the master branch, which is configured for GitHub pages.

License

This project is available as open source under the terms of the Apache License 2.0.