Skip to content

Commit 8fb72c0

Browse files
committed
Temporarily change sandbox redeployment command to run only for *dspace-9.0-testathon* branch. Will be reverted after Testathon
1 parent 0dac0af commit 8fb72c0

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)