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

Pushing from a travis-ci machine #74

Closed
JasonGross opened this issue Aug 17, 2013 · 4 comments
Closed

Pushing from a travis-ci machine #74

JasonGross opened this issue Aug 17, 2013 · 4 comments

Comments

@JasonGross
Copy link

It would be nice if I could push from a travis-ci machine to my repo (e.g., push autogenerated documentation to the gh-pages branch). It seems like this should be possible with http://about.travis-ci.org/docs/user/travis-pro/#How-can-I-encrypt-files-that-include-sensitive-data%3F, but I am running into problems (see #41 and http://stackoverflow.com/questions/18285294/how-do-i-fix-openssl-unable-to-load-public-key). Additionally, ~/.ssh/id_rsa.pub seems not to exist on the travis-ci machines.
Is there a good way to do this, or could a way to enable/do this be added?

@joshk
Copy link
Contributor

joshk commented Aug 17, 2013

Hi Jason,

Just to confirm, this is an open source project right?

We do not install a public or private key pair for open source projects, that is just for projects on https://travis-ci.com

On 17/08/2013, at 8:13 AM, Jason Gross notifications@github.com wrote:

It would be nice if I could push from a travis-ci machine to my repo (e.g., push autogenerated documentation to the gh-pages branch). It seems like this should be possible with http://about.travis-ci.org/docs/user/travis-pro/#How-can-I-encrypt-files-that-include-sensitive-data%3F, but I am running into problems (see #41 and http://stackoverflow.com/questions/18285294/how-do-i-fix-openssl-unable-to-load-public-key). Additionally, ~/.ssh/id_rsa.pub seems not to exist on the travis-ci machines.
Is there a good way to do this, or could a way to enable/do this be added?


Reply to this email directly or view it on GitHub.

@JasonGross
Copy link
Author

Yes, this is an open source project which I have admin bits to, and which
is set up to work with travis-ci (in particular, it's HoTT/HoTT).

By "projects on travis-ci.com", do you mean "projects run by travis, as
opposed to projects that use travis"?

@joshk
Copy link
Contributor

joshk commented Aug 17, 2013

travis-ci.org is our open source testing platform, travis-ci.com is our private code testing platform.

On 17/08/2013, at 3:34 PM, Jason Gross notifications@github.com wrote:

Yes, this is an open source project which I have admin bits to, and which
is set up to work with travis-ci (in particular, it's HoTT/HoTT).

By "projects on travis-ci.com", do you mean "projects run by travis, as
opposed to projects that use travis"?

Reply to this email directly or view it on GitHub.

@rkh
Copy link
Contributor

rkh commented Aug 18, 2013

@JasonGross you could encrypt a GitHub token and write it to the netrc. Maybe we should add GitHub as a deploy target.

@rkh rkh closed this as completed Aug 18, 2013
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