This commit is contained in:
Jun-te Kim 2025-04-01 13:38:26 +00:00
parent 086d3563a4
commit ead67c8151

View file

@ -1,4 +1,4 @@
name: Run on Database Migration on Production (aws-dev)
name: Run Database Migration on Production (aws-dev)
on:
push:
@ -21,8 +21,6 @@ jobs:
poetry install --no-root
- 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 }}