Skip to content

Commit

Permalink
Adding liquibase update to ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 8, 2024
1 parent 6c4e86f commit 23a67c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/terraform-deploy_reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
url: "jdbc:postgresql://$(terraform output -raw database_hostname):5432/postgres"
username: cdcti-github
password: $(az account get-access-token --resource-type oss-rdbms --query "[accessToken]" -o tsv)
rollbackOnError: true

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

0 comments on commit 23a67c8

Please sign in to comment.