diff --git a/Makefile b/Makefile index a05aa37..6f7eb2d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ SHELL=bash +server_path=/srv/web/regex .PHONY: generate push all @@ -8,5 +9,5 @@ generate: ./generate.py push: - rsync -avuP ./deploy/ quitte:public_html/regex + rsync -avuP ./deploy/ quitte:$(server_path)