bliper

static html page generation in perl
git clone git://git.2f30.org/bliper
Log | Files | Refs | README | LICENSE

bliper-deploy.sh (211B)


      1 #!/bin/sh
      2 
      3 # replace `ssh` with `ssh -p <number>` for specific port
      4 # and user@host:/path/to/output/ with the real one.
      5 
      6 exec rsync --recursive --archive --verbose --rsh="ssh" output/ user@host:/path/to/output/