7 lines
		
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			81 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
HOST	= pluto
 | 
						|
SITE	= period3.xyz
 | 
						|
 | 
						|
deploy:
 | 
						|
	git push
 | 
						|
	ssh $(HOST) ./deploy-$(SITE)
 |