Fix: path to the year
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Bertrand Benjamin 2020-08-05 09:47:08 +02:00
parent b9b69e789a
commit b408541cc7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,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" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/2019-2020/ --checksum
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2019-2020/ --checksum
environment:
SSH_KEY:
from_secret: sshcontent-key