Skip to content

Commit

Permalink
volume
Browse files Browse the repository at this point in the history
  • Loading branch information
as6325400 committed Oct 19, 2024
1 parent 4596423 commit 9dc7205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
--health-interval=10s
--health-timeout=5s
--health-retries=3
-v "${{ github.workspace }}/.github/jobs/old_database.sql":"/docker-entrypoint-initdb.d/init.sql"
volumes:
- ${{ github.workspace }}/.github/jobs/old_database.sql:/docker-entrypoint-initdb.d/old_database.sql
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9dc7205

Please sign in to comment.