Skip to content

Commit

Permalink
Modify db dump config
Browse files Browse the repository at this point in the history
  • Loading branch information
owi92 committed Nov 21, 2024
1 parent 35e0a07 commit 45b86b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/upload-db-dump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
run: |
sed --in-place \
-e 's/host = "http:\/\/localhost:8081"/host = "https:\/\/tobira-test-oc.ethz.ch"/g' \
-e '/password = "opencast"/a\interpret_eth_passwords = true' \
-e 's/password = "opencast"/password = "${{ secrets.TOBIRA_OPENCAST_ADMIN_PASSWORD }}"/g' \
-e 's/level = "trace"/level = "debug"/g' \
-e '/preferred_harvest_size/d' \
Expand Down

0 comments on commit 45b86b6

Please sign in to comment.