aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7729a82..a12a0f3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,7 @@
.POSIX:
+FQDN = euandre.org
+
+.SILENT: fqdn
.SUFFIXES:
.SUFFIXES: .ly .flac .midi .ogg .pdf
@@ -110,4 +113,7 @@ run: all
$(JEKYLL) serve
deploy: all
- rsync -avzP public/ euandre.org:/home/user-data/www/default/ --delete
+ rsync -avzP public/ $(FQDN):/home/user-data/www/default/ --delete
+
+fqdn:
+ printf '$(FQDN)'