Deploying website on AWS using GitHub Actions

what is aws?

AWS stands for Amazon Web Services. It is a comprehensive cloud computing platform provided by Amazon. AWS offers a wide range of services and tools designed to help businesses and individuals build and manage their applications, infrastructure, and data in the cloud.

Why use github actions?

GitHub Actions is an automation platform provided by GitHub, a web-based hosting service for version control using Git. It enables developers to automate various workflows, tasks, and processes within their software development projects. With GitHub Actions, developers can define custom workflows using YAML files that specify a series of steps to be executed when certain events occur. These events can include actions like pushing code to a repository, creating a pull request, or publishing a release. Each step in the workflow is executed within a specific environment, such as a virtual machine or container.

next