X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/ac57122a8dbb81d639a386ba6547ba385e6ab0f2..c867ac90ce4d41f3934f99db27f6bf9164c14f10:/Makefile diff --git a/Makefile b/Makefile deleted file mode 100644 index 526ef66..0000000 --- a/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -SOURCE_DIR = $(CURDIR)/ - -RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP - -SSH_USER = abandali@bandali.eu.org -SSH_DEST = www/ - -all: deploy - -deploy: - rsync $(RSYNC_PARAMS) $(SOURCE_DIR) $(SSH_USER):$(SSH_DEST) - -.PHONY: deploy