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

Create Travis job which re-publishes the website after pushing to master #64

Open
gunnarmorling opened this issue Aug 15, 2017 · 2 comments

Comments

@gunnarmorling
Copy link
Member

No description provided.

@filiphr
Copy link
Member

filiphr commented Oct 23, 2017

I found out this from Travis. Which looks exactly what we need.

This are some of the extra properties that we can configure and my suggestions for them.

  • local_dir: Directory to push to GitHub Pages, defaults to the current directory -> The public folder. Although I am not sure whether it'll work correctly with our way of building (I think it would).
  • target_branch: Branch to force push to, defaults to gh-pages -> We set it explicitly to gh-pages. We can actually test I think with some other branch.
  • fqdn: Optional, sets a custom domain for your website, defaults to no custom domain support. -> I think we have this already set in the repo itself
  • email: Optional, comitter info, defaults to [email protected] -> Maybe we can use @mapstruct-robot
  • name: Optional, comitter, defaults to Deployment Bot -> MapStruct CI Bot

@gunnarmorling
Copy link
Member Author

Sounds good to me, @filiphr!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants