Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/deploy-fastapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,6 @@ jobs:
target: "~/app"
overwrite: true

- name: Copy ONNX to FastAPI EC2
uses: appleboy/[email protected]
with:
host: ${{ secrets.FASTAPI_SERVER_HOST }}
username: ubuntu
key: ${{ secrets.SERVER_SSH_KEY }}
source: "apps/pre-processing-service/klue_bert.onnx"
target: "~/app/models/klue_bert.onnx"
overwrite: false

- name: Deploy on EC2
uses: appleboy/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion apps/pre-processing-service/app/core/logging_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def setup_file_logging():
# 기존 loguru 핸들러 제거 (기본 콘솔 출력 제거)
logger.remove()

log_dir = "/logs"
log_dir = "../../docker/local/logs/develop"

# 로그 디렉토리가 없으면 생성

Expand Down
Loading
Loading