Skip to content

Commit

Permalink
Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 26, 2024
1 parent 7c76c1f commit 1ac9c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
uses: liquibase-github-actions/[email protected]
with:
changelogFile: ./etor/databaseMigrations/root.yml
url: "jdbc:postgresql://intermediarylink.com:5432/postgres"
url: "jdbc:postgresql://${{ env.DATABASE_HOSTNAME }}:5432/postgres"
username: cdcti-github
password: ${{ env.DATABASE_PASSWORD }}
logLevel: INFO
Expand Down

0 comments on commit 1ac9c73

Please sign in to comment.