Skip to content

Commit

Permalink
Update to server appsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
DRJTechnology authored Dec 12, 2023
1 parent d462809 commit 68fd0b7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .github/workflows/azure-webapps-dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,17 @@ jobs:
with:
files: '${{env.DOTNET_ROOT}}/myapp/appsettings.json'
env:
AzureAd.Instance: https://login.microsoftonline.com/
AzureAd.Domain: drjtechnology.co.uk
AzureAd.Instance: ${{ secrets.AZUREAD_INSTANCE }}
AzureAd.Domain: ${{ secrets.AZUREAD_DOMAIN }}
AzureAd.TenantId: ${{ secrets.AZUREAD_TENANTID }}
AzureAd.ClientId: ${{ secrets.AZUREAD_CLIENTID }}
AzureAd.Scopes: ${{ secrets.AZUREAD_SCOPES }}
AzureAd.CallbackPath: ${{ secrets.AZUREAD_CALLBACKPATH }}
AzureAd.ClientSecret: ${{ secrets.AZUREAD_CLIENTSECRET }}
DRJCache.ConnectionString: ${{ secrets.DRJCACHE_CONNECTIONSTRING }}
ConnectionStrings.PpmDatabaseConnectionString: ${{ secrets.CONNECTIONSTRINGS_PPMDATABASECONNECTIONSTRING }}
Settings.SharepointSettings.SiteId: ${{ secrets.SETTINGS_SHAREPOINTSETTINGS_SITEID }}
Settings.SharepointSettings.DriveId: ${{ secrets.SETTINGS_SHAREPOINTSETTINGS_SITEID }}

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 68fd0b7

Please sign in to comment.