mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-07-22 08:48:39 +00:00
Merge pull request #37 from Hestia-Homes/feature/terraform_to_aws
see if it works
This commit is contained in:
commit
a0e1cc1c91
1 changed files with 2 additions and 1 deletions
3
.github/workflows/db_migration.yml
vendored
3
.github/workflows/db_migration.yml
vendored
|
|
@ -22,10 +22,11 @@ jobs:
|
|||
- name: run script
|
||||
run: |
|
||||
ls -la
|
||||
ls -la alembic/
|
||||
poetry run alembic upgrade head
|
||||
env:
|
||||
PYTHONPATH: ${{ github.workspace }}
|
||||
DATABASE_URL: postgresql://postgres:makingwarmhomes@terraform-20250331175522503500000002.cdgzupxvdyp0.eu-west-2.rds.amazonaws.com:5432/surveyDB
|
||||
DATABASE_URL: "postgresql://postgres:makingwarmhomes@terraform-20250331175522503500000002.cdgzupxvdyp0.eu-west-2.rds.amazonaws.com:5432/surveyDB"
|
||||
SOUTH_COAST_INSULATION_SERVICE_SHAREPOINT_ID: ${{ secrets.SOUTH_COAST_INSULATION_SERVICE_SHAREPOINT_ID }}
|
||||
JJC_SERVICE_SHAREPOINT_ID: ${{ secrets.JJC_SERVICE_SHAREPOINT_ID }}
|
||||
BAXTER_KELLY_SERVICE_SHAREPOINT_ID: ${{ secrets.BAXTER_KELLY_SERVICE_SHAREPOINT_ID }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue