From b05d71760c63dfa99e0c0cd8fa2781cf72bd33e1 Mon Sep 17 00:00:00 2001 From: flashlan Date: Tue, 16 Nov 2021 14:07:57 -0300 Subject: [PATCH] Jenkins fixes --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6c81d3e..98751d7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { // sh 'sudo npm install -g yarn' sh 'npm install' sh 'CI=false npm run build' - sh 'scp -r build/* root@192.168.1.136:/var/www/ -i /home/jenkins/id-rsa' + sh 'scp -r build/* root@192.168.1.136:/var/www/ -i /home/jenkins/.ssh/id-rsa' } }