Skip to content

Commit 2856fd8

Browse files
committed
mod:deployment
1 parent 03410a1 commit 2856fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
# publish-profile: ${{ secrets.AZURE_FUNCTION_PUBLISH_PROFILE }}
4141

4242
- name: Deploy to Azure Functions
43-
run: func azure functionapp publish ${{ secrets.AZURE_FUNCTIONAPP_NAME }}
43+
run: func azure functionapp publish noob-functions
4444
env:
4545
AZURE_FUNCTIONAPP_NAME: ${{ secrets.AZURE_FUNCTION_APP_NAME }}
4646
AZURE_CREDENTIALS: ${{ secrets.AZURE_CREDENTIALS }}

0 commit comments

Comments
 (0)