File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 11trigger :
2- - main
2+ - feature/semrush-auth
33
44pool :
55 vmImage : ' windows-latest'
66
77variables :
8- projectName : ' Umbraco.Forms .Integrations.Crm.Hubspot .OAuthProxy'
8+ projectName : ' Umbraco.Cms .Integrations.OAuthProxy'
99 project : ' src/$(projectName)/$(projectName).csproj'
1010 buildConfiguration : ' Release'
1111 azureServiceConnectionDev : ' Umbraco Forms Integrations - Umbraco Cloud Services Dev - Hubspot Auth'
@@ -36,9 +36,14 @@ steps:
3636 appSettings : |
3737 [
3838 {
39- "name": "AppSettings:ClientSecret ",
39+ "name": "AppSettings:HubspotClientSecret ",
4040 "value": "$(hubSpotAppSecretKey)",
4141 "slotSetting": false
42+ },
43+ {
44+ "name": "AppSettings:SemrushClientSecret",
45+ "value": "$(semrushAppSecretKey)",
46+ "slotSetting": false
4247 }
4348 ]
4449 - task : AzureWebApp@1
@@ -55,8 +60,13 @@ steps:
5560 appSettings : |
5661 [
5762 {
58- "name": "AppSettings:ClientSecret ",
63+ "name": "AppSettings:HubspotClientSecret ",
5964 "value": "$(hubSpotAppSecretKey)",
6065 "slotSetting": false
66+ },
67+ {
68+ "name": "AppSettings:SemrushClientSecret",
69+ "value": "$(semrushAppSecretKey)",
70+ "slotSetting": false
6171 }
6272 ]
You can’t perform that action at this time.
0 commit comments