aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-10-10 00:08:14 -0700
committerGravatar Tom Willemse2020-10-10 00:08:14 -0700
commitcb771cd95011c22426af76a5dbf2618f94b196fc (patch)
tree6696408cebf9e41ec05bc48cb10c52dc6738c29f
parent258d99a4cb1722a961240e10a2806aefccb95ede (diff)
downloadnew-ryuslash.org-cb771cd95011c22426af76a5dbf2618f94b196fc.tar.gz
new-ryuslash.org-cb771cd95011c22426af76a5dbf2618f94b196fc.zip
Fix credentials used
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 3254083..98fbd62 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -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/"'
}
}