Create GitHub Actions CI/CD Pipeline
In this lesson, we will create a CI/CD pipeline using GitHub Actions to automatically deploy our changes to EB.
We'll cover the following
Since we now have our Symfony application deployed to AWS Elastic Beanstalk, let’s create a CI/CD pipeline that will deploy our changes automatically whenever we push a commit to the GitHub repository.
Import the GitHub repo
Let’s bring our previous work on Symfony into the terminal below.
- Run the command below to import the GitHub repo:
Get hands-on with 1400+ tech skills courses.