Jenkins fixes

This commit is contained in:
2021-11-16 14:13:20 -03:00
parent 7fb05be725
commit f73e7c7eb8
Vendored
+1 -1
View File
@@ -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/'
} }
} }