Merge pull request #5244 from mkasberg/master

Merge pull request 5244
This commit is contained in:
jekyllbot 2016-08-17 17:25:17 -07:00 committed by GitHub
commit d0ae757714
1 changed files with 4 additions and 5 deletions

View File

@ -98,13 +98,12 @@ Another way to deploy your Jekyll site is to use [Rake](https://github.com/ruby/
### scp
Once youve generated the `_site` directory, you can easily scp it using a
`tasks/deploy` shell script similar to [this deploy script][]. Youd obviously
need to change the values to reflect your sites details. There is even [a
matching TextMate command][] that will help you run this script.
`tasks/deploy` shell script similar to this:
[this deploy script here]: https://github.com/henrik/henrik.nyh.se/blob/master/script/deploy
#!/bin/bash
scp -r _site/* user@server:/home/user/public_html
[a matching TextMate command]: https://gist.github.com/henrik/214959
### rsync