n1k0/kept

only gh-pages branch as primary branch

Closed this issue · 6 comments

I think you'd get instant result by only having one branch, the gh-pagesbranch. By committing / pushing on this branch only, the latest modifications would instantly be published on http://n1k0.github.io/kept/, without having to merge from master.

I've done it on several other projects. It just works.

n1k0 commented

Yup I've used that trick in the past, but as we're moving towards using a build system (see #10), that probably won't work. I'll just create a script for updating the gh-pages branch :)

As a side note, I would love avoiding to rely on a build system, but that's the price to pay with react…

mmm... AFAICT, travis could do this for you, too.

n1k0 commented

Lemme just write tests first ;)

n1k0 commented

(oh, I see what you did there. Smart.)

I'm not talking about tests, it's travis CI, as Continuous Integration: see https://medium.com/philosophy-logic/53a8270e87db

n1k0 commented

Definitely smart. Will do. Can you please file an issue for this? :)