edecor / Backend

0 stars 0 forks source link

make a ci/cd pipeline #3

Open FiazAbrar opened 2 years ago

FiazAbrar commented 2 years ago

Need to make a ci/cd pipeline with aws ecs

FiazAbrar commented 2 years ago

this is very easily doable as I have fargate setup ready with copilot. The way it will work is that I push to main --> github actions trigger a docker build and push to ecr --> new image in ecr triggers new svc deployment in fargate.

For ec2 line, I'm thinking of using the travis ci and push to ec2 or something like that.

Also, I need to start writing tests ♟