Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Comment out db migration so deploy can continue
Browse files Browse the repository at this point in the history
halprin committed Feb 20, 2024
1 parent 0400722 commit 2891a3e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
@@ -85,13 +85,13 @@ jobs:
echo "DATABASE_HOSTNAME=$DATABASE_HOSTNAME" >> "$GITHUB_ENV"
echo "DATABASE_PASSWORD=$DATABASE_PASSWORD" >> "$GITHUB_ENV"
- name: Run Db migration
uses: liquibase-github-actions/update@v4.26.0
with:
changelogFile: ./etor/databaseMigrations/root.yml
url: "jdbc:postgresql://${{ env.DATABASE_HOSTNAME }}:5432/postgres"
username: cdcti-github
password: ${{ env.DATABASE_PASSWORD }}
# - name: Run Db migration
# uses: liquibase-github-actions/update@v4.26.0
# with:
# changelogFile: ./etor/databaseMigrations/root.yml
# url: "jdbc:postgresql://${{ env.DATABASE_HOSTNAME }}:5432/postgres"
# username: cdcti-github
# password: ${{ env.DATABASE_PASSWORD }}

- id: export-terraform-output
name: Export Terraform Output

0 comments on commit 2891a3e

Please sign in to comment.