-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor deployment + change AWS account #29
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
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 refactors the deployment pipeline by splitting a monolithic workflow into separate GitHub and ECR publishing workflows, and changes the AWS account ID from g0e9g3b1 to w2b7b8c0 across all container image references.
- Split the original
publish-version.yamlworkflow into separate GitHub and ECR publishing workflows - Updated AWS account ID in all ECR image URLs from
g0e9g3b1tow2b7b8c0 - Enhanced ECR workflow with improved version detection and conditional latest tag management
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| application_config.yaml | Updated ECR registry URLs to use new AWS account ID |
| README.md | Updated ECR registry URL in documentation example |
| .github/workflows/publish-version.yaml | Removed original monolithic workflow |
| .github/workflows/publish-version-gh.yaml | Added new GitHub-only publishing workflow |
| .github/workflows/publish-version-ecr.yaml | Added new ECR-only publishing workflow with enhanced logic |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Coverage Report
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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
Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.