Add rsync exclude file

This commit is contained in:
Fabien Freling 2019-06-14 13:01:26 +02:00
parent ca953a991e
commit 8fcf435b17
3 changed files with 5 additions and 2 deletions

View file

@ -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/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

4
rsync_excludes.txt Normal file
View file

@ -0,0 +1,4 @@
templates*
tup*
generated_*.html
README.html