From 4da25f3e62917937a23612b15079df25134d3582 Mon Sep 17 00:00:00 2001 From: me Date: Sat, 28 Feb 2026 08:59:50 +0300 Subject: [PATCH] upd --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' } } }