softwarelivrenoestado.com.br

commit ad034d2878e7844823a7a4811e62c6fc8fb503a0

Author: Pedro Lucas Porcellis <pedrolucasporcellis@gmail.com>

Include pdfs when sending to server

 .build.yml | 2 +-


diff --git a/.build.yml b/.build.yml
index 00c5c199d863a79c2ce604b1d105b7d2e27fa9f5..8f8d0e17bdddfe846e6e622b8df432da85f7cb4b 100644
--- a/.build.yml
+++ b/.build.yml
@@ -11,4 +11,4 @@   - eb365c2d-acc8-4f9b-977a-720bac44419c
 tasks:
   - deploy: |
       cd softwarelivrenoestado.com.br
-      make && rsync --rsh="ssh -o StrictHostKeyChecking=no" index.html style.css -rP $deploy:/var/www/softwarelivrenoestado.com.br
+      make && rsync --rsh="ssh -o StrictHostKeyChecking=no" index.html style.css *.pdf -rP $deploy:/var/www/softwarelivrenoestado.com.br