Skip to content

Commit

Permalink
Merge pull request #448 from sul-dlss/cd
Browse files Browse the repository at this point in the history
Fix continuous deployment for -stage
  • Loading branch information
camillevilla committed Jul 26, 2021
2 parents aaa24a9 + ebfb99b commit efc3fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Expand Up @@ -10,7 +10,7 @@ pipeline {
stage('Capistrano Deploy') {

when {
branch 'main'
branch 'master'
}

steps {
Expand All @@ -21,7 +21,7 @@ pipeline {
export DEPLOY=1
# Load RVM
rvm use 3.0.1@mise --create
rvm use 3.0.1@purl-fetcher --create
gem install bundler
bundle config --global gems.contribsys.com $SIDEKIQ_PRO_SECRET
Expand Down Expand Up @@ -63,7 +63,7 @@ pipeline {
export REVISION=$TAG_NAME
# Load RVM
rvm use 3.0.1@mise --create
rvm use 3.0.1@purl-fetcher --create
gem install bundler
bundle config --global gems.contribsys.com $SIDEKIQ_PRO_SECRET
Expand Down

0 comments on commit efc3fbf

Please sign in to comment.