@@ -24,6 +24,11 @@ pipeline {
}
+ stage('sync') {
+ steps {
+ sh 'rsync -a --delete ./build /var/www/html/psicoadmin'
+ }
post {
always {