Skip to content

Commit 4e7c45a

Browse files
committed
2 parents 1ff8e29 + 957a65a commit 4e7c45a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/contoso-monolith-api.yml renamed to .github/workflows/deploy-monolith-api.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ jobs:
3535
runs-on: windows-latest
3636
needs: build
3737
steps:
38+
- name: Login to Azure
39+
uses: azure/login@v1
40+
with:
41+
creds: ${{ secrets.AZURE_CREDENTIALS }}
3842
- name: Download artifact from build job
3943
uses: actions/download-artifact@v3
4044
with:
@@ -44,5 +48,4 @@ jobs:
4448
uses: azure/webapps-deploy@v2
4549
with:
4650
app-name: ${{ env.AZURE_WEBAPP_NAME }}
47-
publish-profile: ${{ secrets.monolith-publish-profile }}
4851
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)