Add rsync exclude file
This commit is contained in:
parent
ca953a991e
commit
8fcf435b17
3 changed files with 5 additions and 2 deletions
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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue