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

private repos #1

Open
levraipixel opened this issue Mar 20, 2012 · 3 comments
Open

private repos #1

levraipixel opened this issue Mar 20, 2012 · 3 comments

Comments

@levraipixel
Copy link

Hi,

I would be intersted in helping you make private repos work. Do you known how to do it and just need workforce ? Or do you need someone to find out how to make them work ?

Yann

@mathie
Copy link

mathie commented Jun 8, 2012

FWIW, it seems to work with private repos, if you:

  • Remove the check that the GH repo URL matches the environment variable (perhaps a little silly, maybe it should sanity check in a different way instead).
  • Set the environment variable GITHUB_REPO to point to the private repo URL <[email protected]:/blah/blah.git>.
  • Add the app's ssh key (from /public_key) to your GH repo's deploy keys.

Winning. Thanks for putting this together, it neatly solved a GitHub -> staging workflow that suits a project I'm working on!

@levraipixel
Copy link
Author

Thanks, @mathie, I will try that and come back to you when done it

@himynameisjonas
Copy link

I've made a quick fix for private repos in #3

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

3 participants