Skip to content

Commit

Permalink
Fix deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Andreia Ocănoaia <[email protected]>
  • Loading branch information
andreia-oca committed Jun 5, 2024
1 parent 8ac3952 commit e9204b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Login with genezio - this step is required because we don't cache the genezio auth file
run: genezio login ${{ secrets.GENEZIO_TOKEN }}
- name: Deploy backend
run: genezio deploy
run: genezio deploy --backend
1 change: 1 addition & 0 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"@genezio/types": "^1.0.14",
"@langchain/community": "^0.0.44",
"@langchain/openai": "^0.0.26",
"@lancedb/vectordb-linux-x64-gnu": "^0.4.16",
"dotenv": "^16.4.5",
"langchain": "^0.1.31",
"vectordb": "^0.1.19"
Expand Down

0 comments on commit e9204b8

Please sign in to comment.