File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,16 @@ jobs:
32
32
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
33
33
popd
34
34
35
- # - name: Azure Login
36
- # uses: azure/login@v1
37
- # with:
38
- # creds: ${{ secrets.AZURE_CREDENTIALS }}
35
+ - name : Azure Login
36
+ uses : azure/login@v1
37
+ with :
38
+ creds : ${{ secrets.AZURE_CREDENTIALS }}
39
39
40
40
- name : Deploy to Azure Function App
41
41
uses : azure/functions-action@v1
42
42
with :
43
43
app-name : ${{ secrets.PROJECT_NAME }} # Replace with your Function App name
44
44
package : ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
45
- publish-profile : ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
45
+ # publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
46
46
# scm-do-build-during-deployment: true
47
47
# enable-oryx-build: true
You can’t perform that action at this time.
0 commit comments