tilde.town/Makefile

9 lines
108 B
Makefile

publish: push
rsync -avz ./ acdw@tilde.town:~/public_html
push:
git add .
git commit || true
git push