mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
add files
This commit is contained in:
parent
8029a0849c
commit
2cbb7f2b12
1 changed files with 5 additions and 2 deletions
7
.github/workflows/gather_hubspot_data.yml
vendored
7
.github/workflows/gather_hubspot_data.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue