US00-add-pipeline-file
Trello Card Link
No card.
Added
Pipeline CI/CD file added.
Now there is a test stage that validates that all tests are passing.
There is also a build_and_publish stage, which builds the frontend Docker image and sends it to an ECR repository. This uses the CI/CD variables defined in the project to determine which AWS account to use and which ECR repository to send the image to.
Removed
Nothing.
Changed
No changes on existing files.
How to Test
Not applicable.
Screenshots
Example of image that was sent to my personal ECR repository.