From e3029e4ec037d1ade43355be82e0b218bf73933a Mon Sep 17 00:00:00 2001 From: Benjamin Chiverton Date: Tue, 2 Jul 2024 08:39:24 +0100 Subject: [PATCH] Update instance-deploy-prod.yml --- .github/workflows/instance-deploy-prod.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"