Digest and Test

Reinforce your understanding and test your knowledge of the topics covered in this chapter.

We'll cover the following

Let’s refresh our memory by summarizing the main ideas discussed in this chapter:

  • We automated the deployment of the Django application on AWS using GitHub Actions.

  • We explored the concepts of CI and CD and how GitHub Actions allow the configuration of such concepts.

  • We wrote a GitHub action file with jobs to build and run the test suites. We ran the deploy job, which is just connecting to the EC2 instance, and ran a script to pull changes, build new images, and run the containers.

Test your understanding

Put your knowledge to the test with a quiz designed to reinforce your understanding.

Get hands-on with 1200+ tech skills courses.