tilde.town/Makefile

9 lines
108 B
Makefile
Raw Normal View History

2019-06-08 01:25:49 +00:00
publish: push
rsync -avz ./ acdw@tilde.town:~/public_html
push:
git add .
git commit || true
2019-06-08 01:25:49 +00:00
git push