projects
/
~bandali
/
bndl.org
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
LICENSE was supposed to be a symlink not a duplicate copy
[~bandali/bndl.org]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3a96bd5
..
96674b5
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,23
+1,13
@@
-BASE_DIR = $(CURDIR)
-OUT_DIR = $(BASE_DIR)/site/
+SOURCE_DIR = $(CURDIR)/
RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP
RSYNC_PARAMS = --exclude-from='.rsync-exclude' --delete -avzP
-SSH_USER = amin@
shemshak
.org
-SSH_DEST = /var/www/b
ndl
.org/
+SSH_USER = amin@
bandali.eu
.org
+SSH_DEST = /var/www/b
andali.eu
.org/
-all: build
-
-build:
- haunt build
-
-watch: build
- haunt serve --watch
+all: deploy
deploy:
deploy:
- rsync $(RSYNC_PARAMS) $(OUT_DIR) $(SSH_USER):$(SSH_DEST)
-
-clean:
- [ ! -d $(OUT_DIR) ] || rm -rf $(OUT_DIR)
+ rsync $(RSYNC_PARAMS) $(SOURCE_DIR) $(SSH_USER):$(SSH_DEST)
-.PHONY:
clean
deploy
+.PHONY: deploy