Hacker News new | ask | show | jobs
by joeblau 4751 days ago
I've been in some development environments where the GitHub master branch is what the build system pulls from in order to deploy to dev, staging and production. With that setup, it's more challenging since the build process probably involves more steps and potentially ssh keys that are only allow the build server to deploy.

Depending on how many repos you need, I would say set up an alternative remote on bitbucket.org.