SENG-499-Company-3 / backend

MIT License
1 stars 0 forks source link

Create buildspec.yml file for AWS CodeBuild #43

Open KjartanE opened 1 year ago

KjartanE commented 1 year ago

Feature: Implement AWS CodeBuild for CI/CD pipeline As a developer I want to configure AWS CodeBuild in the CI/CD pipeline So that I can automate the build and deployment process

Scenario: Set up buildspec.yml file for CodeBuild Given a GitHub repository with the project source code And an AWS CodeBuild project is created When I configure the buildspec.yml file Then the CodeBuild project should be able to build and package the application

MMojtaba commented 1 year ago

Frontend, backend, alg2 are deployed. Can deploy alg1 when it's ready to be deployed.