mirror of
https://github.com/Hestia-Homes/insight.git
synced 2026-06-08 11:17:25 +00:00
Merge pull request #26 from Hestia-Homes/feature/make_it_live_ready
Feature/make it live ready
This commit is contained in:
commit
90a39fc851
3 changed files with 3 additions and 2 deletions
2
.github/workflows/gather_hubspot_data.yml
vendored
2
.github/workflows/gather_hubspot_data.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
1
run_temp.sh
Executable file
|
|
@ -0,0 +1 @@
|
|||
cd backend && poetry run python src/dashboard/scripts/hubspot_to_s3_sales_forecast.py
|
||||
Loading…
Add table
Reference in a new issue