diff --git a/Jenkinsfile b/Jenkinsfile index 9ae10b9..b85cd07 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { } stage('Deploy') { steps { - sshagent(['fymio']) { + sshagent(['vps-ssh-key']) { sh 'scp -o StrictHostKeyChecking=no -r dist/* fymio@172.17.0.1:/var/www/fymio.us/' } }