diff --git a/.drone.yml b/.drone.yml index c68bb27..fbfb9e3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -43,7 +43,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" --exclude ".git" --exclude "config*" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum + - rsync -rv --delete -e "ssh -p 22" --exclude ".git" --exclude "config*" --exclude "*/DS/" --exclude "tools/" --exclude "*.rst" --exclude "*.tex" ./ sshcontent@91.121.90.228:~/raw.opytex.org/www/ --checksum environment: SSH_KEY: from_secret: sshcontent-key