Skip to content

Commit 87983d6

Browse files
Set IdentityAdminBaseUrl to Azure URL in STS deploy workflow
1 parent 28a258f commit 87983d6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-identityserver.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
IDS_CONN: ${{ secrets.IDS_DB_CONNECTION_STRING }}
7676
IDS_URL: ${{ secrets.IDENTITY_SERVER_URL }}
77+
ADMIN_URL: ${{ secrets.IDENTITY_ADMIN_URL }}
7778
run: |
7879
az webapp config appsettings set \
7980
--resource-group ${{ env.RESOURCE_GROUP }} \
@@ -84,6 +85,7 @@ jobs:
8485
"ConnectionStrings__IdentityDbConnection=$IDS_CONN" \
8586
"ConnectionStrings__DataProtectionDbConnection=$IDS_CONN" \
8687
"AdminConfiguration__IdentityServerBaseUrl=$IDS_URL" \
88+
"AdminConfiguration__IdentityAdminBaseUrl=$ADMIN_URL" \
8789
"ASPNETCORE_ENVIRONMENT=Production"
8890
8991
- name: Configure Admin App Service settings

0 commit comments

Comments
 (0)