Skip to content

Commit

Permalink
adds variable group to dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zecarrera committed Jul 9, 2024
1 parent 17413e3 commit f920d03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build/azDevOps/azure/azure-pipelines-javaspring-k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,8 @@ stages:
dependsOn: Build
condition: and(succeeded(), ne(variables['Build.SourceBranch'], 'refs/heads/master'))
variables:
- group: azure-sp-creds
- group: stacks-acr-creds
- group: stacks-infra-credentials-nonprod
- group: stacks-credentials-nonprod-kv
- group: stacks-java-api
Expand Down Expand Up @@ -371,7 +373,7 @@ stages:
parameters:
pipeline_scripts_directory: "${{ variables.self_pipeline_scripts_dir }}"
docker_terraform_container: "terraform_custom"
# Azure Credenitals (For Deploying)
# Azure Credentials (For Deploying)
azure_client_id: "$(ARM_CLIENT_ID)"
azure_client_secret: "$(ARM_CLIENT_SECRET)"
azure_tenant_id: "$(ARM_TENANT_ID)"
Expand Down Expand Up @@ -540,6 +542,8 @@ stages:
dependsOn: Build
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
variables:
- group: azure-sp-creds
- group: stacks-acr-creds
- group: stacks-infra-credentials-prod
- group: stacks-credentials-prod-kv
- group: stacks-java-api
Expand Down

0 comments on commit f920d03

Please sign in to comment.