Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate external content update and website redeploy with Travis CI #700

Closed
wants to merge 10 commits into from

Commits on Jun 6, 2018

  1. Add travis configuration

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    63c9434 View commit details
    Browse the repository at this point in the history
  2. Disable check, change before_install command

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    92bef40 View commit details
    Browse the repository at this point in the history
  3. Test pushing changes & calling Netlify build hook

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    2c4f83c View commit details
    Browse the repository at this point in the history
  4. Fix Git branch checkout & remote tracking

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    e024476 View commit details
    Browse the repository at this point in the history
  5. Change build steps, fix env var mistake

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    22872d9 View commit details
    Browse the repository at this point in the history
  6. Move website deploy hook call to after_success step

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    4b9a082 View commit details
    Browse the repository at this point in the history
  7. Build only gh-pages branch

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    450fb69 View commit details
    Browse the repository at this point in the history
  8. Don't create branch, add all files

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    19e09da View commit details
    Browse the repository at this point in the history
  9. Avoid triggering the build a second time

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    06851fe View commit details
    Browse the repository at this point in the history
  10. Prepare config for PR

    Signed-off-by: Yannick Schaus <[email protected]>
    ghys committed Jun 6, 2018
    Configuration menu
    Copy the full SHA
    b3ca5c9 View commit details
    Browse the repository at this point in the history