Fix: filter to exclude
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-16 10:12:17 +02:00
父節點 9f368245f6
當前提交 18db1c10e9
共有 1 個文件被更改,包括 1 次插入1 次删除

查看文件

@ -18,7 +18,7 @@ steps:
- echo "$SSH_KEY" | ssh-add -
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- rsync -rv --delete -e "ssh -p 22" --filter "project /enseignements/" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/ --checksum
- rsync -rv --delete -e "ssh -p 22" --exclude "enseignements/" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/ --checksum
environment:
SSH_KEY:
from_secret: sshcontent-key