Deploy Jekyll site


Assuming that you have

Then the site can be deployed as follows:

$ rake deploy
Configuration file: /home/alan/sites/bespoke-it.solutions/_config.yml
            Source: /home/alan/sites/bespoke-it.solutions
       Destination: /var/www/vhosts/bespoke-it.solutions
 Incremental build: disabled. Enable with --incremental
      Generating...
                    done in 0.086 seconds.
 Auto-regeneration: disabled. Use --watch to enable.
Source:   /var/www/vhosts/bespoke-it.solutions
SSH:      user@vps.host.com
Dest  :   /home/user/sites/bespoke-it.solutions
Settings: -avvz --progress --delete --exclude '.well-known'
Local rsync ...
opening connection using: ssh -l user vps.host.com rsync --server -vvlogDtprze.iLsfx --delete . /home/user/sites/bespoke-it.solutions  (10 args)
sending incremental file list
delta-transmission enabled
robots.txt is uptodate
./
feed.xml
            455 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=4/6)
index.html
          3,252 100%    3.10MB/s    0:00:00 (xfr#2, to-chk=3/6)
css/main.css
          8,797 100%    8.39MB/s    0:00:00 (xfr#3, to-chk=0/6)
total: matches=18  hash_hits=18  false_alarms=0 data=455

sent 605 bytes  received 255 bytes  573.33 bytes/sec
total size is 12,530  speedup is 14.57
Remote rsync ...
sending incremental file list
delta-transmission disabled for local transfer or --whole-file
[generator] protecting directory .well-known because of pattern .well-known
deleting screen.png
deleting README.md
./
feed.xml
            455 100%    0.00kB/s    0:00:00 (xfr#1, to-chk=4/6)
index.html
          3,252 100%    3.10MB/s    0:00:00 (xfr#2, to-chk=3/6)
robots.txt
             26 100%   25.39kB/s    0:00:00 (xfr#3, to-chk=2/6)
css/
css/main.css
          8,797 100%    8.39MB/s    0:00:00 (xfr#4, to-chk=0/6)
total: matches=0  hash_hits=0  false_alarms=0 data=12530

sent 3,849 bytes  received 273 bytes  8,244.00 bytes/sec
total size is 12,530  speedup is 3.04
Your site was deployed.
Comment on this article using form below. Requires email login only for authentication. HTML forbidden, Markdown only.