diff --git a/Jenkinsfile b/Jenkinsfile index ed3f514..9a386ae 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage('Deploy') { steps { sshagent(['vps-ssh-key']) { - sh 'scp -o StrictHostKeyChecking=no index.html root@172.17.0.1:/var/www/fymio.us/' + sh 'scp -o StrictHostKeyChecking=no index.html fymio@172.17.0.1:/var/www/fymio.us/' } } }