Skip to content

Commit

Permalink
Update main_xact-classifier-openai-yv5ccgeeoqoww.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedbham committed Jul 5, 2023
1 parent 347c67c commit 839d6ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
AZURE_FUNCTIONAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root
AZURE_FUNCTIONAPP_PACKAGE_PATH: 'tools/deploy/module1/TransactionClassifier/' # set this to the path to your web app project, defaults to the repository root
DOTNET_VERSION: '6.0.x' # set this to the dotnet version to use

jobs:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
app-name: 'xact-classifier-openai-yv5ccgeeoqoww'
slot-name: 'Production'
package: '${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}/output'
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_CB7CDC9022BE456AAC1423E04CF92312 }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE }}

0 comments on commit 839d6ac

Please sign in to comment.