Skip to content

Commit

Permalink
fix deploy backend job
Browse files Browse the repository at this point in the history
  • Loading branch information
Banerjee Aditya committed Feb 6, 2024
1 parent 3b8e47b commit 1e6dc83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ jobs:

- name: Set environment variables
run: |
cd database && heroku config:set \
cd backend && heroku config:set \
CHROMA_HOST=${{ secrets.CHROMA_HOST }} \
CHROMA_PORT=${{ secrets.CHROMA_PORT }} \
API_KEY=${{ secrets.BACKEND_API_KEY }} \
CHROMA_API_KEY=${{ secrets.CHROMA_SERVER_AUTH_CREDENTIALS }} \
--app echofinder-database
--app echofinder-backend
- name: Release Docker image to Heroku
run: cd backend && heroku container:release web --app echofinder-backend
Expand Down

0 comments on commit 1e6dc83

Please sign in to comment.