add files

This commit is contained in:
Jun-te Kim 2025-11-17 19:07:06 +00:00
parent 8029a0849c
commit 2cbb7f2b12

View file

@ -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