We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ef123d commit 0f01fc6Copy full SHA for 0f01fc6
.github/workflows/main_ourumbraco.yml
@@ -40,8 +40,8 @@ jobs:
40
41
- name: Replace secrets in web.vsts.config
42
run: |
43
- (Get-Content web.vsts.config) -replace '#{connectionString}#', '${{ secrets.CONNECTION_STRING }}' | Set-Content web.vsts.config
44
- (Get-Content web.vsts.config) -replace '#{connectionString2}#', '${{ secrets.CONNECTION_STRING2 }}' | Set-Content web.vsts.config
+ (Get-Content OurUmbraco.Site/web.vsts.config) -replace '#{connectionString}#', '${{ secrets.CONNECTION_STRING }}' | Set-Content OurUmbraco.Site/web.vsts.config
+ (Get-Content OurUmbraco.Site/web.vsts.config) -replace '#{connectionString2}#', '${{ secrets.CONNECTION_STRING2 }}' | Set-Content OurUmbraco.Site/web.vsts.config
45
46
47
- name: Publish to folder
0 commit comments