Fix: hope it won't kill enseignements
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
ea782e8cbb
commit
9f368245f6
@ -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" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/ --checksum
|
||||
- rsync -rv --delete -e "ssh -p 22" --filter "project /enseignements/" ./output/ sshcontent@91.121.90.228:~/opytex.org/www/ --checksum
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: sshcontent-key
|
||||
|
Loading…
Reference in New Issue
Block a user