Skip to content

Commit

Permalink
Change the UI load balancer to be public
Browse files Browse the repository at this point in the history
  • Loading branch information
Remorc authored and jdenen committed Oct 2, 2018
1 parent ab7204a commit 0cc2e11
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ node('infrastructure') {
def releaseTag = env.BRANCH_NAME
def promotionTag = 'prod'

/* change internal to false when we're ready to release */
deployUiTo(environment: 'prod', internal: true)
deployUiTo(environment: 'prod', internal: false)
runSmokeTestAgainst('prod')

scos.applyAndPushGitHubTag(promotionTag)
Expand Down

0 comments on commit 0cc2e11

Please sign in to comment.