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 a014c3c commit b353748Copy full SHA for b353748
.github/workflows/azure-functions-deploy.yml
@@ -32,16 +32,16 @@ jobs:
32
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
33
popd
34
35
- # - name: Azure Login
36
- # uses: azure/login@v1
37
- # with:
38
- # creds: ${{ secrets.AZURE_CREDENTIALS }}
+ - name: Azure Login
+ uses: azure/login@v1
+ with:
+ creds: ${{ secrets.AZURE_CREDENTIALS }}
39
40
- name: Deploy to Azure Function App
41
uses: azure/functions-action@v1
42
with:
43
app-name: ${{ secrets.PROJECT_NAME }} # Replace with your Function App name
44
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
45
- publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
+ #publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
46
# scm-do-build-during-deployment: true
47
# enable-oryx-build: true
0 commit comments