Skip to content

Commit

Permalink
Merge pull request #564 from PAWECOGmbH/development
Browse files Browse the repository at this point in the history
Test Flyway 5
  • Loading branch information
ptruessel authored Nov 21, 2024
2 parents 60b1eb4 + c1b5224 commit 63072b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
script: |
docker run --rm \
--network npm_network \
--volume ./config/db/core:/flyway/core:ro \
--volume ${{ secrets.STAGING_REMOTE_PATH }}/config/db/core:/flyway/core:ro \
-e FLYWAY_URL="${{ secrets.STAGING_DB_URL }}" \
-e FLYWAY_USER="${{ secrets.STAGING_DB_USER }}" \
-e FLYWAY_PASSWORD="${{ secrets.STAGING_DB_PASSWORD }}" \
Expand All @@ -50,7 +50,7 @@ jobs:
script: |
docker run --rm \
--network npm_network \
--volume ./config/db/myapp:/flyway/myapp:ro \
--volume ${{ secrets.STAGING_REMOTE_PATH }}/config/db/myapp:/flyway/myapp:ro \
-e FLYWAY_URL="${{ secrets.STAGING_DB_URL }}" \
-e FLYWAY_USER="${{ secrets.STAGING_DB_USER }}" \
-e FLYWAY_PASSWORD="${{ secrets.STAGING_DB_PASSWORD }}" \
Expand Down

0 comments on commit 63072b3

Please sign in to comment.