diff --git a/Jenkinsfile b/Jenkinsfile index 6e91350..359b9c8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { } stage('deploy') { - /* when { branch 'master' } */ + when { branch 'master' } steps { echo 'Deploying' @@ -38,7 +38,6 @@ pipeline { publishers: [ sshPublisherDesc( configName: 'droplet-ssh', - verbose: true, transfers: [ sshTransfer( sourceFiles: 'dist/Homepage/**',