100DaysOfCloud / 100DaysOfCloudFrontend

10 stars 10 forks source link

Set up CI/CD pipeline to build and deploy the frontend #26

Open antoniolofiego opened 4 years ago

antoniolofiego commented 4 years ago

There is currently no pipeline or deployment of the new frontend. To be able to work on both the front and backend, there needs to be a complete dev environment deployed incorporating both. The pipeline is very similar to the current cicd/codepipeline-dev.template.yaml template in the backend repo.

We should create two separate stacks for frontend and backend, given that all the interactions between the two rely exclusively on REST APIs.

what-name commented 4 years ago
rishabkumar7 commented 4 years ago

@what-name Badge for the README can be used https://github.com/100DaysOfCloud/100DaysOfCloudFrontend/workflows/CICD-dev/badge.svg

rishabkumar7 commented 4 years ago

Added the following 2 for now, we can discuss what all badges we need. image