summaryrefslogtreecommitdiff
path: root/deploy.sh
blob: 8bdfaa004958d842d47ad1ae4acde0bf4da178bc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash

rsync \
    --rsh='ssh -p 1234' \
    --recursive \
    --chown=hakyll:hakyll \
    --compress \
    --delete \
    --verbose \
    html/ \
    hakyll@angeley.es:forgefed