Skip to content

Commit

Permalink
Merge pull request #10 from adidoesnt/development
Browse files Browse the repository at this point in the history
Fix deploy backend job for workflow
  • Loading branch information
wish2023 authored Feb 6, 2024
2 parents 556a28c + 8170b10 commit c46a253
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 c46a253

Please sign in to comment.