Skip to content

Commit 0a89d2a

Browse files
authored
배포 v1.7.12
배포 v1.7.12
2 parents 7eab26b + b55556b commit 0a89d2a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/Deploy-ML-EC2.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,18 @@ jobs:
1919
uses: appleboy/[email protected]
2020
env:
2121
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
22+
VECTORDB_PATH: ${{ secrets.VECTORDB_PATH }}
23+
24+
DB_HOST: ${{ secrets.DB_HOST }}
25+
DB_PORT: ${{ secrets.DB_PORT }}
26+
DB_USER: ${{ secrets.DB_USER }}
27+
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
28+
DB_DATABASE: ${{ secrets.DB_DATABASE }}
29+
2230
CLICK_LOG: ${{ secrets.CLICK_LOG }}
2331
DEEPFM_TRAIN_MODEL_PATH: ${{ secrets.DEEPFM_TRAIN_MODEL_PATH }}
2432
DEEPFM_TRAIN_ENCODERS_PATH: ${{ secrets.DEEPFM_TRAIN_ENCODERS_PATH }}
2533
DEEPFM_TRAIN_KEY2INDEX_PATH: ${{ secrets.DEEPFM_TRAIN_KEY2INDEX_PATH }}
26-
VECTORDB_PATH: ${{ secrets.VECTORDB_PATH }}
2734
with:
2835
host: ${{ secrets.EC2_HOST_ML }}
2936
username: ${{ secrets.EC2_USER }}

0 commit comments

Comments
 (0)