diff --git a/.github/workflows/instance-deploy-prod.yml b/.github/workflows/instance-deploy-prod.yml index edeb066..f4cd26c 100644 --- a/.github/workflows/instance-deploy-prod.yml +++ b/.github/workflows/instance-deploy-prod.yml @@ -115,7 +115,7 @@ jobs: containerAppName: prod-onlinestore-api imageToDeploy: onlinestorecontainerregistry.azurecr.io/onlinestore-api:${{ github.sha }} location: 'East US' - resourceGroup: ${{ env.resource_group_name }} + resourceGroup: onlinestore-shared-rg targetPort: 8080 environmentVariables: OTEL_EXPORTER_OTLP_ENDPOINT=http://prod-onlinestore-monitoring:18889 - name: Deploy website @@ -127,6 +127,6 @@ jobs: containerAppName: prod-onlinestore-website imageToDeploy: onlinestorecontainerregistry.azurecr.io/onlinestore-website:${{ github.sha }} location: 'East US' - resourceGroup: ${{ env.resource_group_name }} + resourceGroup: onlinestore-shared-rg targetPort: 80 environmentVariables: "API__BASEPATH=https://api.rockpal.co.uk"