-
Notifications
You must be signed in to change notification settings - Fork 73
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
GitHub Authentication #14
Comments
Two things that I see straight off:
|
Hi @Ulexus, thanks for your response! Authentication works, now I get this error:
And after that: https://gist.github.com/zimt28/6b60bdb597efdc3164e3 |
It looks like you've got a problem installing your npm dependencies. Are you using any interesting modules? Perhaps some local ones with odd or non-published npm dependencies? If |
@Ulexus Nothing that I'm aware of. I'm currently using Edit: local |
Seems I'm also having a similar issue @zimt28 how did you end up solving this? |
@codehatcher Could you supply a bit more information? How are you supplying the keyfile to the container? How are you referencing it with |
I don't think I am seeing any auth issues. I created a new key pair added the public key to github and then linked the private key using that -v flag via Newton Mail [https://cloudmagic.com/k/d/mailapp?ct=pi&cv=9.0.74&pv=9.3.5&source=email_footer_2] — |
The reason I don't think I am having an auth issue is because I was previously having auth issues which were made clear to me via a different error which I then resolved with the -v flag via Newton Mail [https://cloudmagic.com/k/d/mailapp?ct=pi&cv=9.0.74&pv=9.3.5&source=email_footer_2] — |
@codehatcher I'm confused, then. Why did you say you are having the same problem? |
I'm having his most recent problem, not his auth problem. The one that says
That's why I was saying I'm having the same problem |
Closing old issue; feel free to reopen if this is not resolved. |
Hey, it would be nice if you could tell me what I'm doing wrong here.
My app's code is hosted on GitHub, so I want to pull from there.
To test how this image works I've created a fresh DO instance, ran
ssh-keygen
and added the public key to the repo as a deploy key. Now, when I want to run the app, I get an error:docker run --rm \ -e ROOT_URL=http://testsite.com \ -e METEOR_SETTINGS='{"some": "settings"}' \ -e REPO=https://github.com/zimt28/app \ -e DEPLOY_KEY=/key \ -v /root/.ssh/id_rsa.pub:/key \ -e MONGO_URL=mongodb://url \ ulexus/meteor
And idea what's wrong with my approach? Thanks!
The text was updated successfully, but these errors were encountered: