@ -18,7 +18,7 @@ pipeline {
}
stage("Deploy React App") {
when { expression { false } }
when { expression { true } }
steps {
withCredentials([sshUserPrivateKey(credentialsId: 'docker-ssh', keyFileVariable: 'SSH_KEY')]) {
bat '''