Add rsync exclude file
This commit is contained in:
parent
ca953a991e
commit
8fcf435b17
3
Makefile
3
Makefile
|
@ -16,6 +16,5 @@ graph:
|
|||
|
||||
deploy: clean tup
|
||||
rsync --checksum --copy-links -ave 'ssh -p 4242' \
|
||||
--exclude=templates \
|
||||
--exclude=tup* \
|
||||
--exclude-from=rsync_excludes.txt \
|
||||
build/* fab@ffreling.com:public_html/ffreling.com/public/
|
||||
|
|
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB |
4
rsync_excludes.txt
Normal file
4
rsync_excludes.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
templates*
|
||||
tup*
|
||||
generated_*.html
|
||||
README.html
|
Loading…
Reference in a new issue