Skip to content

Commit e008c16

Browse files
committed
portfolio update
1 parent 33d43b0 commit e008c16

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/azure-webapps-node.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,10 @@ jobs:
6969
with:
7070
name: node-app
7171

72-
- name: Login to Azure
73-
uses: azure/login@v1
74-
with:
75-
creds: ${{ secrets.AZURE_CREDENTIALS }}
76-
7772
- name: 'Deploy to Azure WebApp'
7873
id: deploy-to-webapp
7974
uses: azure/webapps-deploy@v2
8075
with:
8176
app-name: ${{ env.AZURE_WEBAPP_NAME }}
77+
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
8278
package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }}

0 commit comments

Comments
 (0)