Skip to content

Commit

Permalink
build: zep
Browse files Browse the repository at this point in the history
  • Loading branch information
okradze committed Nov 23, 2023
1 parent d69e15b commit d2df3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_zep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ jobs:
with:
app-name: "l3-zep-dev"
slot-name: "production"
publish-profile: ${{ secrets.AzureAppService_PublishProfile_5aa592a5843d47f5ab6d78132942a60f }}
# publish-profile: ${{ secrets.AzureAppService_PublishProfile_5aa592a5843d47f5ab6d78132942a60f }}
publish-profile: ${{ secrets.AZUREAPPSERVICE_PUBLISHPROFILE_AC74324B8D274B7F9F5FE91CAE3ADB57 }}
images: ghcr.io/getzep/zep-cloud:0.19,ghcr.io/getzep/zep-nlp-server:0.4.1
2 changes: 1 addition & 1 deletion zep/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ auth:
# Set to true to enable authentication
required: false
# Do not use this secret in production. The ZEP_AUTH_SECRET environment variable should be
# set to a cryptographically secure secret. See the Zep docs for details
# set to a cryptographically secure secret. See the Zep docs for details.
secret: "do-not-use-this-secret-in-production"
data:
# PurgeEvery is the period between hard deletes, in minutes.
Expand Down

0 comments on commit d2df3bb

Please sign in to comment.