Skip to content

Commit 0c23c2b

Browse files
committed
chore(ci): updated app name in main_admin-hub-api.yml
1 parent a04234b commit 0c23c2b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/main_admin-hub-api.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,34 +27,34 @@ jobs:
2727
run: dotnet build --configuration Release
2828

2929
- name: dotnet publish
30-
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/myapp"
30+
run: dotnet publish -c Release -o "${{env.DOTNET_ROOT}}/AdminHubApi"
3131

3232
- name: Upload artifact for deployment job
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: .net-app
36-
path: ${{env.DOTNET_ROOT}}/myapp
36+
path: ${{env.DOTNET_ROOT}}/AdminHubApi
3737

3838
deploy:
3939
runs-on: windows-latest
4040
needs: build
4141

42-
permissions:
43-
id-token: write #This is required for requesting the JWT
44-
contents: read #This is required for actions/checkout
42+
permissions:
43+
id-token: write #This is required for requesting the JWT
44+
contents: read #This is required for actions/checkout
4545

4646
steps:
4747
- name: Download artifact from build job
4848
uses: actions/download-artifact@v4
4949
with:
5050
name: .net-app
51-
52-
- name: Login to Azure
53-
uses: azure/login@v2
54-
with:
55-
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_A4151A17B46646DD9EE92E0A47E4872F }}
56-
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_DF11F3AE9D8F45EC8CB5BF531F4DEC22 }}
57-
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5CE41383DB04033B4A8AA3AA81CE1AB }}
51+
52+
- name: Login to Azure
53+
uses: azure/login@v2
54+
with:
55+
client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_A4151A17B46646DD9EE92E0A47E4872F }}
56+
tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_DF11F3AE9D8F45EC8CB5BF531F4DEC22 }}
57+
subscription-id: ${{ secrets.AZUREAPPSERVICE_SUBSCRIPTIONID_B5CE41383DB04033B4A8AA3AA81CE1AB }}
5858

5959
- name: Deploy to Azure Web App
6060
id: deploy-to-webapp

0 commit comments

Comments
 (0)