Skip to content

Commit

Permalink
Merge pull request DSpace#9216 from tdonohue/fix_solr_redeployment
Browse files Browse the repository at this point in the history
[Docker] Ensure 'dspace-solr' image redeploys the Solr instances for Demo/Sandbox
  • Loading branch information
tdonohue authored Nov 28, 2023
2 parents 396b698 + e247f89 commit 15e8003
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ jobs:
secrets:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_ACCESS_TOKEN: ${{ secrets.DOCKER_ACCESS_TOKEN }}
# Enable redeploy of sandbox & demo SOLR instance whenever dspace-solr image changes for deployed branch.
# These URLs MUST use different secrets than 'dspace/dspace' image build above as they are deployed separately.
REDEPLOY_SANDBOX_URL: ${{ secrets.REDEPLOY_SANDBOX_SOLR_URL }}
REDEPLOY_DEMO_URL: ${{ secrets.REDEPLOY_DEMO_SOLR_URL }}

###########################################################
# Build/Push the 'dspace/dspace-postgres-pgcrypto' image
Expand Down

0 comments on commit 15e8003

Please sign in to comment.