Skip to content

Commit 957a65a

Browse files
authored
Update deploy-monolith-api.yml
1 parent ece54b7 commit 957a65a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-monolith-api.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
runs-on: windows-latest
1515
steps:
1616
- uses: actions/checkout@v3
17-
- name: Login to Azure
18-
uses: azure/login@v1
19-
with:
20-
creds: ${{ secrets.AZURE_CREDENTIALS }}
2117
- name: Setup .NET SDK
2218
uses: actions/setup-dotnet@v3
2319
with:
@@ -39,6 +35,10 @@ jobs:
3935
runs-on: windows-latest
4036
needs: build
4137
steps:
38+
- name: Login to Azure
39+
uses: azure/login@v1
40+
with:
41+
creds: ${{ secrets.AZURE_CREDENTIALS }}
4242
- name: Download artifact from build job
4343
uses: actions/download-artifact@v3
4444
with:

0 commit comments

Comments
 (0)