Skip to content

Commit

Permalink
Ensure dspace-solr redeploys the Solr instances for Demo/Sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Nov 28, 2023
1 parent 396b698 commit e247f89
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 e247f89

Please sign in to comment.