Merge pull request #40 from Hestia-Homes/feature/terraform_to_aws

Feature/terraform to aws
This commit is contained in:
Jun-te Kim 2025-04-01 14:37:10 +01:00 committed by GitHub
commit 7aaf73c572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ jobs:
- name: run script
run: |
poetry run python etl/load_metadata.py
poetry run python etl/simple_load_example.py
poetry run alembic upgrade head
env:
PYTHONPATH: ${{ github.workspace }}