Skip to content

Commit

Permalink
remove old version appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
colbylwilliams committed Feb 10, 2022
1 parent 0dba888 commit 2bb64e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion deploy/bicep/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ module web 'website.bicep' = {
reactAppMsalClientId: reactAppMsalClientId
reactAppMsalScope: reactAppMsalScope
reactAppTcApiUrl: api.outputs.url
reactAppVersion: version
webAppName: name
teamcloudImageRepo: teamcloudImageRepo
}
Expand Down
6 changes: 0 additions & 6 deletions deploy/bicep/website.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ param reactAppTcApiUrl string
@description('Scope.')
param reactAppMsalScope string

param reactAppVersion string = ''

param teamcloudImageRepo string = 'teamcloud'

var name = toLower(webAppName)
Expand Down Expand Up @@ -60,10 +58,6 @@ resource web 'Microsoft.Web/sites@2021-02-01' = {
name: 'REACT_APP_TC_API_URL'
value: reactAppTcApiUrl
}
// {
// name: 'REACT_APP_VERSION'
// value: reactAppVersion
// }
{
name: 'WEBSITE_NODE_DEFAULT_VERSION'
value: '16'
Expand Down

0 comments on commit 2bb64e3

Please sign in to comment.