From a14361271bf53bcb7b5ae0589b67730d06dbefee Mon Sep 17 00:00:00 2001 From: JiHoon Date: Mon, 22 Sep 2025 15:58:02 +0900 Subject: [PATCH] =?UTF-8?q?hotfix=20:=20=EC=98=A4=ED=83=80=20=EC=88=98?= =?UTF-8?q?=EC=A0=95=20=EB=B0=8F=20.onnx=20ignore=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-fastapi.yml | 2 +- apps/pre-processing-service/.dockerignore | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-fastapi.yml b/.github/workflows/deploy-fastapi.yml index 823f736a..6a8b26ba 100644 --- a/.github/workflows/deploy-fastapi.yml +++ b/.github/workflows/deploy-fastapi.yml @@ -39,7 +39,7 @@ jobs: echo "S3_BUCKET_NAME=${{secrets.S3_BUCKET_NAME }}" >> .env.prod echo "AWS_REGION=${{ secrets.AWS_REGION }}" >> .env.prod echo "S3_BASE_FOLDER=${{ secrets.S3_BASE_FOLDER }}" >> .env.prod - ehco "S3_UPLOAD_ENABLED=${{ secrets.S3_UPLOAD_ENABLED }}" >> .env.prod + echo "S3_UPLOAD_ENABLED=${{ secrets.S3_UPLOAD_ENABLED }}" >> .env.prod echo "IMAGE_DOWNLOAD_TIMEOUT=${{ secrets.IMAGE_DOWNLOAD_TIMEOUT }}" >> .env.prod echo "MAX_IMAGE_SIZE_MB=${{ secrets.MAX_IMAGE_SIZE_MB }}" >> .env.prod diff --git a/apps/pre-processing-service/.dockerignore b/apps/pre-processing-service/.dockerignore index 51db904a..11ccfc7e 100644 --- a/apps/pre-processing-service/.dockerignore +++ b/apps/pre-processing-service/.dockerignore @@ -18,3 +18,8 @@ scripts/ *.log pytest-report.xml coverage.xml + +klue_bert.onnx +token_dev_icebang5_gmail_com.pkl +credentials.json +blog_config.json \ No newline at end of file