period3.xyz/makefile

7 lines
81 B
Makefile

HOST = pluto
SITE = period3.xyz
deploy:
git push
ssh $(HOST) ./deploy-$(SITE)