Remove verbose and add branch check now that deployment works!
Some checks are pending
Core Repos/Homepage/pipeline/pr-master Build started...

This commit is contained in:
Cameron Cordes
2023-06-15 22:38:42 -04:00
parent 932ec0965f
commit 38c9ea36ed

3
Jenkinsfile vendored
View File

@@ -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/**',