-
Notifications
You must be signed in to change notification settings - Fork 23
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
Deploy automatically via Travis? #574
Comments
opened a PR #576 now looking into adding the ssh key to uberspace |
ok, ssh key added named it |
we reverted because it didn't work stopped builds from running |
Thanks and sorry about that ... I tried to reproduce but couldn't remember how I got it to work at the previous project. I think I'll write an email to Travis support to ask how it worked. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wouldn't it be nice if after a successful pass of the master branch on Travis, the new code would automatically be deployed to https://rorganize.it/ ?
One approach to set this up while continuing to use most of our current deployment configuration would be to:
Step 1) works by retrieving the pubkey for our repository:
and adding that to
.ssh/authorized_keys
on Uberspace.Step 2) means adding this snippet to .travis.yml:
and a
deploy/travis.sh
:Not sure if this is everything. Anybody wants to try that?
The text was updated successfully, but these errors were encountered: