Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/adidoesnt/echofinder
Browse files Browse the repository at this point in the history
…into development
  • Loading branch information
Vishesh Arora committed Feb 6, 2024
2 parents 56d6dfb + 0573cb5 commit 712d0a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
CHROMA_SERVER_AUTH_TOKEN_TRANSPORT_HEADER=${{ secrets.CHROMA_SERVER_AUTH_TOKEN_TRANSPORT_HEADER }} \
PERSIST_DIRECTORY=${{ secrets.PERSIST_DIRECTORY }} \
--app echofinder-database
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

- name: Release Docker image to Heroku
run: cd database && heroku container:release web --app echofinder-database
Expand Down Expand Up @@ -114,6 +116,8 @@ jobs:
API_KEY=${{ secrets.BACKEND_API_KEY }} \
CHROMA_API_KEY=${{ secrets.CHROMA_SERVER_AUTH_CREDENTIALS }} \
--app echofinder-backend
env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}

- name: Release Docker image to Heroku
run: cd backend && heroku container:release web --app echofinder-backend
Expand Down

0 comments on commit 712d0a0

Please sign in to comment.