Skip to content

Commit

Permalink
Merge pull request #547 from sul-dlss/cbeer-patch-1
Browse files Browse the repository at this point in the history
Continuously deploy to -prod
  • Loading branch information
jcoyne authored Jul 22, 2024
2 parents 77ed53c + 9d713a6 commit 31c5ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,13 @@ pipeline {
}
}

stage('Prod deploy (on release)') {
stage('Prod deploy') {
environment {
DEPLOY_ENVIRONMENT = 'prod'
}

when {
tag "v*"
branch 'main'
}

steps {
Expand Down

0 comments on commit 31c5ee8

Please sign in to comment.