summaryrefslogtreecommitdiff
path: root/Makefile
blob: c396239cc33cc703b3673e986b26347bf96474a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
.PHONY: deploy

deploy: index.html
	rsync \
        --recursive \
        --compress \
        --links \
        --progress \
        --delete \
        index.html \
        ilvokhin.com:/srv/http/ilvokhin.com