Skip to content

Commit

Permalink
Fix default rg name
Browse files Browse the repository at this point in the history
  • Loading branch information
BurnedMarshal committed Oct 28, 2024
1 parent 7754729 commit e559e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devops/code-review-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ stages:
jobs:
- job: make_build
pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-latest'
steps:
- template: templates/node-job-setup/template.yaml@pagopaCommons
- script: |
Expand All @@ -32,7 +32,7 @@ stages:
dependsOn: []
jobs:

- job: lint
- job: lint
steps:
- template: templates/node-job-setup/template.yaml@pagopaCommons
- script: |
Expand Down
10 changes: 5 additions & 5 deletions .devops/deploy-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Azure DevOps pipeline to release a new version and deploy to production.

variables:
HEALTHCHECK_PATH: '/info'
HEALTHCHECK_PATH: '/info'

parameters:
- name: 'RELEASE_SEMVER'
Expand All @@ -19,7 +19,7 @@ parameters:
- name: 'PRODUCTION_APP_RG'
displayName: 'PRODUCTION_APP_RG'
type: string
default: io-p-itn-auth-public-rg-01
default: io-p-itn-citizen-auth-shared-rg-01

# Only manual activations are intended
trigger: none
Expand Down Expand Up @@ -131,7 +131,7 @@ stages:
!__*/**/*
displayName: 'Copy deploy files'

- task: AzureFunctionApp@1
- task: AzureFunctionApp@1
inputs:
azureSubscription: '$(PRODUCTION_AZURE_SUBSCRIPTION)'
resourceGroupName: '${{ parameters.PRODUCTION_APP_RG }}'
Expand Down Expand Up @@ -164,9 +164,9 @@ stages:
- Healthcheck
- Deploy_staging
jobs:
- job: 'do_deploy'
- job: 'do_deploy'
steps:
- task: AzureAppServiceManage@0
- task: AzureAppServiceManage@0
inputs:
azureSubscription: '$(PRODUCTION_AZURE_SUBSCRIPTION)'
resourceGroupName: '${{ parameters.PRODUCTION_APP_RG }}'
Expand Down

0 comments on commit e559e8b

Please sign in to comment.