Skip to content

Commit

Permalink
remove backend deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanfandevops committed Sep 24, 2020
1 parent 1e2860b commit 5675916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/pipelines/Jenkinsfile-prod
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ podTemplate(label: "master-maven-${env.BUILD_NUMBER}", name: "master-maven-${env
prepareOtherStages.confirmStage("Please verify the database backup and confirm the deployment on Prod. Will tag prod from test tags. This is the last chance to quit.").call()

//Deploy Backend, tag the latest to env tag
prepareOtherStages.deployBackendToProdStage().call()
//prepareOtherStages.deployBackendToProdStage().call()

//Deploy Frontend, tag the latest to env tag
prepareOtherStages.deployFrontendToProdStage().call()
Expand Down

0 comments on commit 5675916

Please sign in to comment.