From aead2205573f87cc80576321a7e4c19ea3a582c2 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 15 Dec 2025 12:05:29 +0000 Subject: [PATCH 1/2] push --- .github/workflows/gather_hubspot_data.yml | 2 +- run_temp.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100755 run_temp.sh diff --git a/.github/workflows/gather_hubspot_data.yml b/.github/workflows/gather_hubspot_data.yml index ab60f12..acf89a1 100644 --- a/.github/workflows/gather_hubspot_data.yml +++ b/.github/workflows/gather_hubspot_data.yml @@ -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 diff --git a/run_temp.sh b/run_temp.sh new file mode 100755 index 0000000..0b1d019 --- /dev/null +++ b/run_temp.sh @@ -0,0 +1 @@ +cd backend && poetry run python src/dashboard/scripts/hubspot_to_s3_sales_forecast.py From de59b2e593325589407de1adde1e1d7b6a586b98 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Mon, 15 Dec 2025 12:12:55 +0000 Subject: [PATCH 2/2] correct app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c3feafd..0d4f9de 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]