Fix: remove raw. in opytex push
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-25 09:14:32 +02:00
parent 4d48e1e547
commit f084bba20e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ steps:
- mkdir -p ~/.ssh
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config
- ssh sshcontent@91.121.90.228 'mkdir -p ~/raw.opytex.org/www/enseignements/2020-2021/'
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2020-2021/ --checksum
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/enseignements/2020-2021/ --checksum
environment:
SSH_KEY:
from_secret: sshcontent-key