File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,18 @@ jobs:
19192020 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 }}
You can’t perform that action at this time.
0 commit comments