Skip to content

Commit

Permalink
Merge pull request #9517 from tdonohue/sandbox_to_main
Browse files Browse the repository at this point in the history
Revert to using 'main' for Sandbox redeployment now that Testathon is complete
  • Loading branch information
tdonohue committed Apr 30, 2024
2 parents 2345ee4 + e414af2 commit 74e5575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker-build.yml
Expand Up @@ -70,7 +70,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-7_x'
DEPLOY_SANDBOX_BRANCH: 'dspace-8.0-testathon'
DEPLOY_SANDBOX_BRANCH: 'main'
DEPLOY_ARCH: 'linux/amd64'

jobs:
Expand Down

0 comments on commit 74e5575

Please sign in to comment.