diff --git a/Jenkinsfile b/Jenkinsfile index 9e11901a..0b652809 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { stage('Capistrano Deploy') { when { - branch 'main' + branch 'master' } steps { @@ -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 @@ -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