git » jacl.git » commit 7cbd771

parameterize deploy user/host

author Alan Dipert
2023-02-13 03:31:57 UTC
committer Alan Dipert
2023-02-13 03:31:57 UTC
parent 1af446de833ad1953d216432bc644b301bd9f35c

parameterize deploy user/host

Makefile +1 -1

diff --git a/Makefile b/Makefile
index 655a3e5..03d0b4f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ index.html: index.html.m4 README.md
 	m4 $< > $@
 
 deploy-site:
-	rsync -a --exclude='.git/' . dh_v4yrff@aladip.dreamhosters.com:tailrecursion.com/JACL/
+	rsync -a --exclude='.git/' . $(JACL_DEPLOY_USER)@$(JACL_DEPLOY_HOST):tailrecursion.com/JACL/
 
 clean:
 	rm -f index.html