We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a258f commit 87983d6Copy full SHA for 87983d6
.github/workflows/deploy-identityserver.yml
@@ -74,6 +74,7 @@ jobs:
74
env:
75
IDS_CONN: ${{ secrets.IDS_DB_CONNECTION_STRING }}
76
IDS_URL: ${{ secrets.IDENTITY_SERVER_URL }}
77
+ ADMIN_URL: ${{ secrets.IDENTITY_ADMIN_URL }}
78
run: |
79
az webapp config appsettings set \
80
--resource-group ${{ env.RESOURCE_GROUP }} \
@@ -84,6 +85,7 @@ jobs:
84
85
"ConnectionStrings__IdentityDbConnection=$IDS_CONN" \
86
"ConnectionStrings__DataProtectionDbConnection=$IDS_CONN" \
87
"AdminConfiguration__IdentityServerBaseUrl=$IDS_URL" \
88
+ "AdminConfiguration__IdentityAdminBaseUrl=$ADMIN_URL" \
89
"ASPNETCORE_ENVIRONMENT=Production"
90
91
- name: Configure Admin App Service settings
0 commit comments