opencompany/www.opencompany.org

only deploy master

Closed this issue · 8 comments

Discovered on #134 that we're deploying branches other than master. We should only deploy master.

I pushed on #135, so that is the latest deployed now as well.

@whit537 strange because it should only trigger with master:

.travis.yml

branches:
only:
- master

@whit537 http://docs.travis-ci.com/user/build-configuration/#Specify-branches-to-build
this is set corectlly only for master, so I'm not sure what is triggering build...

@whit537 ok I found it. We had building of Pull requests. I've switched that off. Can you try send some update? It shouldn't now push new site from PR.

Where did you switch that off? I'm not seeing changes to .travis.yml. Is that a setting in Travis?

If that explains everything then we should close 💃 .

OK seems it's working. Closing.