Feat: deploy to opytex!
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bertrand Benjamin 2020-08-06 16:13:41 +02:00
parent 53a4bde562
commit e734ddf8a5
1 changed files with 2 additions and 2 deletions

View File

@ -21,8 +21,8 @@ steps:
- echo "$SSH_KEY" | ssh-add -
- 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/2018-2019/'
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/raw.opytex.org/www/enseignements/2018-2019/ --checksum
- ssh sshcontent@91.121.90.228 'mkdir -p ~/opytex.org/www/enseignements/2018-2019/'
- rsync -rv --delete -e "ssh -p 22" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/enseignements/2018-2019/ --checksum
environment:
SSH_KEY:
from_secret: sshcontent-key