Temporarily change sandbox redeployment command to run only for *dspace-9.0-testathon* branch. Will be reverted after Testathon

This commit is contained in:
Tim Donohue
2025-04-07 17:00:06 -05:00
parent ae185fc543
commit cf50e6fa55

View File

@@ -73,7 +73,7 @@ env:
REDEPLOY_DEMO_URL: ${{ secrets.REDEPLOY_DEMO_URL }}
# Current DSpace branches (and architecture) which are deployed to demo.dspace.org & sandbox.dspace.org respectively
DEPLOY_DEMO_BRANCH: 'dspace-8_x'
DEPLOY_SANDBOX_BRANCH: 'main'
DEPLOY_SANDBOX_BRANCH: 'dspace-9.0-testathon'
DEPLOY_ARCH: 'linux/amd64'
# Registry used during building of Docker images. (All images are later copied to docker.io registry)
# We use GitHub's Container Registry to avoid aggressive rate limits at DockerHub.