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'