We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d25aa commit ece54b7Copy full SHA for ece54b7
.github/workflows/deploy-monolith-api.yml
@@ -14,6 +14,10 @@ jobs:
14
runs-on: windows-latest
15
steps:
16
- uses: actions/checkout@v3
17
+ - name: Login to Azure
18
+ uses: azure/login@v1
19
+ with:
20
+ creds: ${{ secrets.AZURE_CREDENTIALS }}
21
- name: Setup .NET SDK
22
uses: actions/setup-dotnet@v3
23
with:
@@ -44,5 +48,4 @@ jobs:
44
48
uses: azure/webapps-deploy@v2
45
49
46
50
app-name: ${{ env.AZURE_WEBAPP_NAME }}
47
- publish-profile: ${{ secrets.monolith_publish_profile }}
51
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}
0 commit comments