Skip to content

Commit

Permalink
Merge pull request #1066 from pod4lib/cbeer-patch-1
Browse files Browse the repository at this point in the history
Continuously deploy to -prod
  • Loading branch information
corylown authored Jul 22, 2024
2 parents 803bb3a + 8c79019 commit 5b907ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 3.0.1@pod --create
rvm use 3.3.1@pod --create
gem install bundler
bundle config --global gems.contribsys.com $SIDEKIQ_PRO_SECRET
Expand Down Expand Up @@ -53,13 +53,13 @@ pipeline {
}
}

stage('Deploy on release') {
stage('Deploy to -prod') {
environment {
DEPLOY_ENVIRONMENT = 'prod'
}

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

steps {
Expand All @@ -71,7 +71,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 3.0.1@pod --create
rvm use 3.3.1@pod --create
gem install bundler
bundle config --global gems.contribsys.com $SIDEKIQ_PRO_SECRET
Expand Down

0 comments on commit 5b907ea

Please sign in to comment.