Merge pull request #26 from Hestia-Homes/feature/make_it_live_ready

Feature/make it live ready
This commit is contained in:
Jun-te Kim 2025-12-15 12:13:52 +00:00 committed by GitHub
commit 90a39fc851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 2 deletions

View file

@ -8,7 +8,7 @@ on:
jobs:
hubspot_raw_to_s3:
name: HubSpot → S3 (raw data)
name: HubSpot → S3 (Operations)
runs-on: [self-hosted, mist]
timeout-minutes: 4320

View file

@ -31,4 +31,4 @@ COPY . /app
EXPOSE 8000
# Run Dash app via Gunicorn
CMD ["gunicorn", "backend.src.dashboard.main:server", "--bind", "0.0.0.0:8000"]
CMD ["gunicorn", "backend.src.dashboard.app:server", "--bind", "0.0.0.0:10000"]

1
run_temp.sh Executable file
View file

@ -0,0 +1 @@
cd backend && poetry run python src/dashboard/scripts/hubspot_to_s3_sales_forecast.py