mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-22 08:48:39 +00:00
Merge pull request #41 from Hestia-Homes/feature/terraform_to_aws
Feature/terraform to aws
This commit is contained in:
commit
40ec030205
1 changed files with 2 additions and 4 deletions
6
.github/workflows/db_migration.yml
vendored
6
.github/workflows/db_migration.yml
vendored
|
|
@ -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 }}
|
||||
|
|
@ -33,4 +31,4 @@ jobs:
|
|||
SGEC_SERVICE_SHAREPOINT_ID: ${{ secrets.SGEC_SERVICE_SHAREPOINT_ID }}
|
||||
SHAREPOINT_CLIENT_ID: ${{ secrets.SHAREPOINT_CLIENT_ID }}
|
||||
SHAREPOINT_CLIENT_SECRET: ${{ secrets.SHAREPOINT_CLIENT_SECRET }}
|
||||
SHAREPOINT_TENANT_ID: ${{ secrets.SHAREPOINT_TENANT_ID }}
|
||||
SHAREPOINT_TENANT_ID: ${{ secrets.SHAREPOINT_TENANT_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue