Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dzarkV authored May 7, 2024
2 parents 57c1cc9 + 02b9751 commit 23762c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/frontend_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
run: |
echo VITE_BACKEND_URL=${{env.VITE_BACKEND_URL}} >> ./frontend/.env
docker build -t $ECR_REPOSITORY:$IMAGE_TAG ./frontend
docker push $ECR_REPOSITORY:$IMAGE_TAG
Expand Down
1 change: 1 addition & 0 deletions backend/api/v1/post_suggestions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
type_based_checking,
)


from dotenv import load_dotenv
from model import GenerativeModel

Expand Down

0 comments on commit 23762c6

Please sign in to comment.