Skip to content

Commit a052195

Browse files
authored
Merge pull request DSpace#12251 from tdonohue/prep_for_testathon
[10.0 Testathon] Update Docker deployment to only redeploy Sandbox on changes to testathon branch
2 parents 03733b3 + 8fb72c0 commit a052195

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ env:
7373
REDEPLOY_DEMO_URL: ${{ secrets.REDEPLOY_DEMO_URL }}
7474
# Current DSpace branches (and architecture) which are deployed to demo.dspace.org & sandbox.dspace.org respectively
7575
DEPLOY_DEMO_BRANCH: 'dspace-9_x'
76-
DEPLOY_SANDBOX_BRANCH: 'main'
76+
DEPLOY_SANDBOX_BRANCH: 'dspace-10.0-testathon'
7777
DEPLOY_ARCH: 'linux/amd64'
7878
# Registry used during building of Docker images. (All images are later copied to docker.io registry)
7979
# We use GitHub's Container Registry to avoid aggressive rate limits at DockerHub.

0 commit comments

Comments
 (0)