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 1
1
trigger :
2
- - main
2
+ - feature/semrush-auth
3
3
4
4
pool :
5
5
vmImage : ' windows-latest'
6
6
7
7
variables :
8
- projectName : ' Umbraco.Forms .Integrations.Crm.Hubspot .OAuthProxy'
8
+ projectName : ' Umbraco.Cms .Integrations.OAuthProxy'
9
9
project : ' src/$(projectName)/$(projectName).csproj'
10
10
buildConfiguration : ' Release'
11
11
azureServiceConnectionDev : ' Umbraco Forms Integrations - Umbraco Cloud Services Dev - Hubspot Auth'
@@ -36,9 +36,14 @@ steps:
36
36
appSettings : |
37
37
[
38
38
{
39
- "name": "AppSettings:ClientSecret ",
39
+ "name": "AppSettings:HubspotClientSecret ",
40
40
"value": "$(hubSpotAppSecretKey)",
41
41
"slotSetting": false
42
+ },
43
+ {
44
+ "name": "AppSettings:SemrushClientSecret",
45
+ "value": "$(semrushAppSecretKey)",
46
+ "slotSetting": false
42
47
}
43
48
]
44
49
- task : AzureWebApp@1
@@ -55,8 +60,13 @@ steps:
55
60
appSettings : |
56
61
[
57
62
{
58
- "name": "AppSettings:ClientSecret ",
63
+ "name": "AppSettings:HubspotClientSecret ",
59
64
"value": "$(hubSpotAppSecretKey)",
60
65
"slotSetting": false
66
+ },
67
+ {
68
+ "name": "AppSettings:SemrushClientSecret",
69
+ "value": "$(semrushAppSecretKey)",
70
+ "slotSetting": false
61
71
}
62
72
]
You can’t perform that action at this time.
0 commit comments