Updated deployment ssh credential id.

This commit is contained in:
Harrison Deng 2022-05-11 23:50:49 -05:00
parent 30b4a8a77c
commit b068c08c5c

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ pipeline {
branch '**/master'
}
steps {
sshagent(['13e00839-0608-4e91-8b9e-cce3818425f3']) {
sshagent(['34337c34-a538-42c4-8caf-66161bbc8044']) {
sh "scp -r dist/** www-data@sys.reslate.xyz:/srv/www/ent.sys.reslate.xyz"
}
}