We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73785a0 commit d8545e6Copy full SHA for d8545e6
1 file changed
.github/workflows/build.yml
@@ -89,15 +89,9 @@ jobs:
89
90
echo "IMAGE_TAG=$REGISTRY_IMAGE:$SHA_TAG" >> $GITHUB_ENV
91
92
- - name: Loging to Azure portal
93
- uses: azure/login@v2
94
- with:
95
- client-id: ${{ secrets.AZURE_CLIENT_ID }}
96
- tenant-id: ${{ secrets.AZURE_TENANT_ID }}
97
- subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
98
-
99
- name: Deploy to Azure Web App
100
uses: azure/webapps-deploy@v2
101
with:
102
app-name: ${{ secrets.AZURE_WEBAPP_NAME }}
+ publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
103
images: ${{ secrets.ACR_LOGIN_SERVER }}/express-server:latest
0 commit comments