Skip to content

Commit

Permalink
Update CI-CD-Feedpoller-function.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kurt70 authored Nov 8, 2024
1 parent b3f12cb commit d04b7f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI-CD-Feedpoller-function.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
app-name: '${{ env.TEST_FUNC_NAME }}'
slot-name: 'Production'
package: "${{env.GITHUB_WORKSPACE}}/publish/"
package: ./publish/
publish-profile: ${{ secrets.PUBLISH_PROFILE }}

deploy-to-prod:
Expand Down Expand Up @@ -91,5 +91,5 @@ jobs:
with:
app-name: '${{ env.PROD_FUNC_NAME}}'
slot-name: 'Production'
package: "${{env.GITHUB_WORKSPACE}}/publish/"
package: ./publish/
publish-profile: ${{ secrets.PUBLISH_PROFILE }}

0 comments on commit d04b7f1

Please sign in to comment.