Upload files to ryuslash-next
This commit is contained in:
parent
1a0d823b5c
commit
c61fa2a1b8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -55,7 +55,7 @@ pipeline {
|
|||
credentialsId: 'ryuslash-known-hosts',
|
||||
variable: 'KNOWN_HOSTS_FILE')
|
||||
]) {
|
||||
sh 'rsync -e "ssh -p 4511 -o \\"UserKnownHostsFile $KNOWN_HOSTS_FILE\\" -i $KEY_FILE" -v -c -r --delete public/ "$USERNAME@ryuslash.org:"'
|
||||
sh 'rsync -e "ssh -p 4511 -o \\"UserKnownHostsFile $KNOWN_HOSTS_FILE\\" -i $KEY_FILE" -v -c -r --delete public/ "$USERNAME@ryuslash.org:ryuslash-next/"'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue