Skip to content

Commit

Permalink
branch: fusionTeach
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrxyy committed Jun 3, 2024
1 parent 2db33ce commit 880680a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Push Docker Image
on:
push:
branches:
- master
- fusionTeach
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -24,7 +24,7 @@ jobs:
with:
context: .
push: true
tags: jadenxiong/chat-query-backend:latest
tags: jadenxiong/chat-query-backend:fusionTeach
build-args: |
OPEN_AI_API_KEY=${{ secrets.OPEN_AI_API_KEY }}
MODEL_NAME=${{ secrets.MODEL_NAME }}
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,5 @@ lerna-debug.log*
!.vscode/extensions.json

packages
.env
.env
python
9 changes: 9 additions & 0 deletions tsconfig.dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@dbml/core": ["../packages/dbml/packages/dbml-core"]
}
},
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]
}

0 comments on commit 880680a

Please sign in to comment.