Jenkins fixes
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@ pipeline {
|
|||||||
// sh 'sudo npm install -g yarn'
|
// sh 'sudo npm install -g yarn'
|
||||||
sh 'npm install'
|
sh 'npm install'
|
||||||
sh 'CI=false npm run build'
|
sh 'CI=false npm run build'
|
||||||
sh 'scp -r build/* root@192.168.1.136:/var/www/ -i /home/jenkins/.ssh/id_rsa'
|
sh 'scp -i /home/jenkins/.ssh/id_rsa -r build/* root@192.168.1.136:/var/www/'
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user