]> Lady’s Gitweb - Status/blobdiff - Makefile
Configure for <https://status.ladys.computer>
[Status] / Makefile
index 6e6d778512cec4eb6e9d447c1b6f03d5c395b267..aeb91ace9b1fdc97ed854ede6a630c815e247e99 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,7 @@
-USERNAME := USERNAME
-DOMAIN := DOMAIN
-GIT_REPOSITORY := /home/$(USERNAME)/Status.git
-
 nothing:
        @echo 'Type `make remote` to update the remote post-receive script.'
 
 remote:
-       scp post-receive $(USERNAME)@$(DOMAIN):$(GIT_REPOSITORY)/hooks/post-receive
+       scp post-receive computer:/srv/git/Status/hooks/post-receive
 
 .PHONY: nothing remote ;
This page took 0.074608 seconds and 4 git commands to generate.