Skip to content

Commit

Permalink
fix(CI): schema spy generation of database documentation (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
mishraomp authored Aug 20, 2024
1 parent 6d37ea1 commit 165f37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
FLYWAY_USER: postgres
FLYWAY_PASSWORD: default
FLYWAY_LOCATIONS: filesystem:./migrations
FLYWAY_DEFAULT_SCHEMA: "public"
FLYWAY_DEFAULT_SCHEMA: "case_management"
with:
args: info migrate info

Expand All @@ -85,7 +85,7 @@ jobs:
mkdir output
chmod a+rwx -R output
- name: Run Schemaspy
run: docker run --network host -v "$PWD/output:/output" schemaspy/schemaspy:6.2.4 -t pgsql11 -db default -host 127.0.0.1 -port 5432 -u postgres -p default -schemas public
run: docker run --network host -v "$PWD/output:/output" schemaspy/schemaspy:6.2.4 -t pgsql11 -db default -host 127.0.0.1 -port 5432 -u postgres -p default -schemas case_management
- name: Deploy to Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit 165f37d

Please sign in to comment.