From bc5d0f1c4012c27a93943d5cff7357da169deeaf Mon Sep 17 00:00:00 2001 From: Jake Ginnivan Date: Tue, 20 Aug 2024 10:40:12 +0800 Subject: [PATCH] Remove commas --- infra/app/ddd.bicep | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/infra/app/ddd.bicep b/infra/app/ddd.bicep index 6275623..d547595 100644 --- a/infra/app/ddd.bicep +++ b/infra/app/ddd.bicep @@ -89,19 +89,19 @@ resource app 'Microsoft.App/containerApps@2024-03-01' = { { name: 'APPLICATIONINSIGHTS_CONNECTION_STRING' value: applicationInsights.properties.ConnectionString - }, + } { name: 'PORT' value: '80' - }, + } { name: 'GITHUB_ORGANIZATION', value: gitHubOrganization - }, + } { name: 'GITHUB_REPO', value: gitHubRepo - }, + } { name: 'GITHUB_TOKEN', secretRef: 'github-token'