From 2cbb7f2b12dc30918b100d4050f4332c8ca474ac Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 17 Nov 2025 19:07:06 +0000 Subject: [PATCH] add files --- .github/workflows/gather_hubspot_data.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index 758dc7c..dd42c88 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -22,5 +22,8 @@ jobs: # Run the script inside the container - name: Run script in container run: | - docker run latest-image \ - bash -c "cd backend && poetry run python src/dashboard/src/scripts/hubspot_to_s3.py" + docker run \ + -v ${{ github.workspace }}:/workspaces/insight \ + -w /workspaces/insight/backend \ + latest-image \ + poetry run python src/dashboard/src/scripts/hubspot_to_s3.py