Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.28 KB

status_report_1.md

File metadata and controls

34 lines (28 loc) · 2.28 KB

Accomplishments

Summarize in a few bullet points the progress you've made towards implementing your Continuous Deployment pipeline. Link to 1 non-trivial GitHub commit per person that demonstrate progress toward your accomplishments.

Next Steps

Briefly specify the goals for each team member during your next sprint.

Retrospective for the Sprint

What worked, want didn't work, are what are you going to do differently?

What worked?

  • Terraform infrastructre is created successfully
  • Ansible playbook runs webserver docker image
  • Linting and Testing runs properly on the code

What didn't work:

  • The running webserver runs on port 3000 but it is not visible to external traffic yet, so Nginx needs to be setup and configured.
  • Terraform does not have different infrastruce for different environments

What will we do differently:

  • PR documentation could be done better, so it auto-closes the issues linked to it PR.