-
Notifications
You must be signed in to change notification settings - Fork 11
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
push-dir on CI #23
Comments
You can, you'll have to add the SSH key in there though. |
Any way to do this with https://travis-ci.org/? |
TravisCI.org doens't allow uploading a SSH key for public repositories. To do it on Travis, you'll have to securely encrypt the key, and then register it.... CircleCI gives you a UI for it, however: |
I found a way to do what I want: https://github.com/MartinDelille/eleform/blob/18-push-to-github-pages/.travis.yml#L7-L11 |
I found an easier way to publish to github pages: https://docs.travis-ci.com/user/deployment/pages/ |
Hi! First off, of course, thanks for this great project, I use it in quite a few of my static sites :)
Just curious if it would be possible to use
push-dir
on TravisCI out of the box? If not, would it be possible to make that happen?Or what configuration would I need to use push-dir from Travis? I was going over this gist and just got to wondering about this... thanks!
The text was updated successfully, but these errors were encountered: