mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
run only sync
This commit is contained in:
parent
b0974eb583
commit
b1f0fb650c
1 changed files with 9 additions and 9 deletions
18
.github/workflows/hubspot_sync.yml
vendored
18
.github/workflows/hubspot_sync.yml
vendored
|
|
@ -2,7 +2,7 @@ name: Hubspot Sync
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 6 * * *' # Every day at 06:00 UTC
|
||||
- cron: '0 2 * * *' # Every day at 06:00 UTC
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
|
|
@ -21,14 +21,14 @@ jobs:
|
|||
pip install poetry
|
||||
poetry install --no-root
|
||||
|
||||
- name: Run scripts
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
DATABASE_URL: ${{ secrets.PROD_DATABASE_URL }}
|
||||
run: |
|
||||
pwd
|
||||
ls -la
|
||||
poetry run python etl/hubSpotClient/scripts/hubspot_abri_etl_first_time.py
|
||||
# - name: Run scripts
|
||||
# env:
|
||||
# PYTHONPATH: ${{ github.workspace }}
|
||||
# DATABASE_URL: ${{ secrets.PROD_DATABASE_URL }}
|
||||
# run: |
|
||||
# pwd
|
||||
# ls -la
|
||||
# poetry run python etl/hubSpotClient/scripts/hubspot_abri_etl_first_time.py
|
||||
|
||||
|
||||
- name: Run scripts
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue