Skip to content

Commit db47747

Browse files
committed
Update azure-pipeline - Crm.Hubspot.OAuthProxy.yml for Azure Pipelines
1 parent 2ca518a commit db47747

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

azure-pipeline - Crm.Hubspot.OAuthProxy.yml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
trigger:
2-
- main
2+
- feature/semrush-auth
33

44
pool:
55
vmImage: 'windows-latest'
66

77
variables:
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
]

0 commit comments

Comments
 (0)