Skip to content

Commit 8d20954

Browse files
committed
Added HubSpot secret key from variable
1 parent 5d61e7e commit 8d20954

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

azure-pipeline - Crm.Hubspot.OAuthProxy.yml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,17 @@ steps:
2525
inputs:
2626
azureSubscription: $(azureServiceConnection)
2727
appName: $(webAppName)
28-
package: '$(System.DefaultWorkingDirectory)/**/*.zip'
28+
package: '$(System.DefaultWorkingDirectory)/**/*.zip'
29+
- task: AzureAppServiceSettings@1
30+
displayName: 'Set Web App Settings'
31+
inputs:
32+
azureSubscription: $(azureServiceConnection)
33+
appName: $(webAppName)
34+
appSettings: |
35+
[
36+
{
37+
"name": "ClientSecret",
38+
"value": $(hubSpotAppSecretKey),
39+
"slotSetting": false
40+
}
41+
]

0 commit comments

Comments
 (0)