Skip to content

Commit

Permalink
Remove commas
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGinnivan committed Aug 20, 2024
1 parent adf2802 commit bc5d0f1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions infra/app/ddd.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit bc5d0f1

Please sign in to comment.