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