Fix credentials used
This commit is contained in:
parent
258d99a4cb
commit
cb771cd950
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -46,7 +46,7 @@ pipeline {
|
|||
unstash 'public_html'
|
||||
unstash 'public_css'
|
||||
|
||||
withCredentials([file(credentialsId: 'ryuslash.org-deploy-key', variable: 'KEY_FILE')]) {
|
||||
withCredentials([file(credentialsId: 'ryuslash.org-deploy-key-2', variable: 'KEY_FILE')]) {
|
||||
sh 'rsync -e "ssh -p 4511 -i $KEY_FILE" -v -c -r --delete public/ "site@ryuslash.org:public_html/"'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue