period3.xyz/makefile
2022-04-05 01:39:56 +01:00

7 lines
81 B
Makefile

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