Skip to content

Commit a8e5bba

Browse files
authored
Merge pull request #1110 from pod4lib/deploy-on-release
Revert to deploy to prod on release
2 parents 66b1ebe + a550463 commit a8e5bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ pipeline {
5353
}
5454
}
5555

56-
stage('Deploy to -prod') {
56+
stage('Deploy on release') {
5757
environment {
5858
DEPLOY_ENVIRONMENT = 'prod'
5959
}
6060

6161
when {
62-
branch 'main'
62+
tag "v*"
6363
}
6464

6565
steps {

0 commit comments

Comments
 (0)