-
Notifications
You must be signed in to change notification settings - Fork 34
[IT-4466] Redirect website #1464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Setup a redirect from www.cancercomplexity.synapse.org to cancercomplexity.synapse.org
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR sets up a redirect from www.cancercomplexity.synapse.org to cancercomplexity.synapse.org using AWS S3 static website hosting functionality.
- Creates a reusable CloudFormation template for S3-based domain redirects
- Configures the specific redirect for the cancer complexity website
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| s3-redirect-bucket.yaml | New CloudFormation template defining S3 bucket with redirect configuration |
| _tasks.yaml | Adds task configuration to deploy the redirect for cancer complexity domain |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This reverts commit 8582f1b. Got the following error on deployment: "www.cancercomplexity.synapse.org already exists"
This reverts commit 8582f1b. Got the following error on deployment: "www.cancercomplexity.synapse.org already exists"[1] Even though the bucket doesn't exist. Will need to debug [1] https://github.com/Sage-Bionetworks-IT/organizations-infra/actions/runs/17832840237/job/50722985469
Sage-Bionetworks-IT#1469)" This reverts commit 270a1dc. Second try of PR Sage-Bionetworks-IT#1464
…Bionetworks-IT#1470) This reverts commit 0ebfa51. Got the following error on deployment: "www.cancercomplexity.synapse.org already exists"[1] Even though the bucket doesn't exist. Will need to debug [1] https://github.com/Sage-Bionetworks-IT/organizations-infra/actions/runs/17832840237/job/50722985469
This reverts commit 0ebfa51. Got the following error on deployment: "www.cancercomplexity.synapse.org already exists"[1] Even though the bucket doesn't exist. Will need to debug [1] https://github.com/Sage-Bionetworks-IT/organizations-infra/actions/runs/17832840237/job/50722985469
Setup a redirect from www.cancercomplexity.synapse.org to cancercomplexity.synapse.org