Skip to content

Commit b353748

Browse files
committed
action
1 parent a014c3c commit b353748

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/azure-functions-deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
pip install -r requirements.txt --target=".python_packages/lib/site-packages"
3333
popd
3434
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 }}
3939

4040
- name: Deploy to Azure Function App
4141
uses: azure/functions-action@v1
4242
with:
4343
app-name: ${{ secrets.PROJECT_NAME }} # Replace with your Function App name
4444
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
45-
publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
45+
#publish-profile: ${{ secrets.AZURE_FUNCTIONAPP_PUBLISH_PROFILE }}
4646
# scm-do-build-during-deployment: true
4747
# enable-oryx-build: true

0 commit comments

Comments
 (0)