Auto-deploying Jekyll via Github

If you are seeing this then everything worked fine and dandy. Woot.
It probably isn’t hard to tell that this Blog is built using Jekyll (Octopress actually) and one of the things that I have always wanted to fix was how I deploy the site.
The workflow that I have used in the past is to:
edit locally. commit changes to a github repository then rake deploy via ssh. Whilst this flow works pretty well, there are number of times where I don’t have terminal access and even if I did, I don’t have my public keys.


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan

<p>If you are seeing this then everything worked fine and dandy. Woot.</p> <p>It probably isn't hard to tell that this Blog is built using Jekyll (Octopress actually) and one of the things that I have always wanted to fix was how I deploy the site.</p> <p>The workflow that I have used in the past is to:</p> <ul> <li>edit locally.</li> <li>commit changes to a github repository</li> <li>then <code>rake deploy</code> via ssh.</li> </ul> <p>Whilst this flow works pretty well, there are number of times where I don't have terminal access and even if I did, I don't have my public keys.</p> <p>I need to be able to make changes on Github (or any other system that I can use to access my repository) and have them live on my site shortly after.</p> <p>The new process I have now uses Github's WebHooks (they are amazing) to tell my blog to pull in the latest changes from the repository, build them and get them live. To integrate with Gihub's WebHooks I use the amazingly simple <a href="https://github.com/PaulKinlan/Github-Auto-Deploy">Github-Auto-Deploy</a> with some modificiation from the original project and simple build script.</p> <p>There really isn't anything to show you other than it just works. Now my deployment process is just a simple push up to Github. I even have the same ability to edit and test locally if I need to.</p>


This content originally appeared on Modern Web Development with Chrome and was authored by Paul Kinlan


Print Share Comment Cite Upload Translate Updates
APA

Paul Kinlan | Sciencx (2014-02-17T00:00:00+00:00) Auto-deploying Jekyll via Github. Retrieved from https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/

MLA
" » Auto-deploying Jekyll via Github." Paul Kinlan | Sciencx - Monday February 17, 2014, https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/
HARVARD
Paul Kinlan | Sciencx Monday February 17, 2014 » Auto-deploying Jekyll via Github., viewed ,<https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/>
VANCOUVER
Paul Kinlan | Sciencx - » Auto-deploying Jekyll via Github. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/
CHICAGO
" » Auto-deploying Jekyll via Github." Paul Kinlan | Sciencx - Accessed . https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/
IEEE
" » Auto-deploying Jekyll via Github." Paul Kinlan | Sciencx [Online]. Available: https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/. [Accessed: ]
rf:citation
» Auto-deploying Jekyll via Github | Paul Kinlan | Sciencx | https://www.scien.cx/2014/02/17/auto-deploying-jekyll-via-github/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.