Check the Results

Create a tag

To apply the recent changes in the configured code, we need to create a tag, allowing GitHub Actions to automatically run. This process will deploy a new image version in the repository and automatically deploy it to ECS.

  • Go back to GitHub where the code was pushed, and the secret keys were added.
  • Select Tags to create a new tag.

Github

  • Select Releases.
  • Select Create a new release.

Github

  • Select Choose a tag.
  • Enter v1.0.2
  • Select Create new tag để tạo.

Github

  • Select Publish release to finish creating the tag.

Github

Check the Actions Process

  • Select Actions to view the status of workflows.
  • Select the most recent workflow created.

Github

  • Check if the process encounters any errors.

Github

Github

Check Inside the AWS Console

In the AWS console, check if the CI/CD process has created the new resources.

  • Check the backend images.

Github

  • Check the frontend images.

Github

  • Check the backend task definition.

Github

  • Check the frontend task definition.

Github

  • Check that the frontend service has been updated to the latest task definition.

Github

  • Check the Deployment section in CodeDeploy for the backend service.

Github

Verify the Application

  • Go back to the Load Balancer’s DNS and check that the application reflects the code changes made in previous steps.

Github