period3.xyz/makefile

7 lines
81 B
Makefile
Raw Normal View History

2022-04-05 02:39:56 +02:00
HOST = pluto
SITE = period3.xyz
2022-01-08 00:42:44 +01:00
deploy:
git push
2022-04-05 02:39:56 +02:00
ssh $(HOST) ./deploy-$(SITE)