Skip to content

Commit

Permalink
Merge pull request #121 from thepacer/update-doctrine-migrations-bundle
Browse files Browse the repository at this point in the history
Update doctrine migrations bundle, tweak deploy
  • Loading branch information
stephenyeargin authored Aug 23, 2020
2 parents 9649638 + cd949a4 commit c631cfd
Show file tree
Hide file tree
Showing 4 changed files with 113 additions and 83 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ pipeline {
stage('Deploy to Staging') {
steps {
slackSend (message: "${currentBuild.fullDisplayName} Deploy to Staging started (<${env.BUILD_URL}|Open>)", color: '#37b787')
sh 'bundle exec cap staging deploy'
sh "bundle exec cap staging deploy BRANCH=${env.GIT_BRANCH}"
}
post {
success {
Expand All @@ -61,7 +61,7 @@ pipeline {
}
steps {
slackSend (message: "${currentBuild.fullDisplayName} Deploy to Production started (<${env.BUILD_URL}|Open>)", color: '#37b787')
sh 'bundle exec cap production deploy'
sh "bundle exec cap production deploy BRANCH=${env.GIT_BRANCH}"
}
post {
success {
Expand Down
Loading

0 comments on commit c631cfd

Please sign in to comment.