summaryrefslogtreecommitdiff
path: root/Makefile
blob: 91873baa3cbe4e023a23bbd7f6adead3b35a9929 (plain) (blame)
1
2
3
4
5
.PHONY: deploy

deploy: index.html
    rsync -avzP --delete index.html ilvokhin.com:/srv/http/ilvokhin.com
    ssh ilvokhin.com -- sudo chown -R http:http /srv/http/ilvokhin.com