Import Symfony Application and Save Files to GitHub Repository
Understand how to import a Symfony application into a GitHub repository, configure AWS Elastic Beanstalk for deployment, and set up GitHub Actions CI/CD workflows. This lesson guides you through cloning repos, managing environment configurations, and pushing all changes to enable automated web app deployment.
We'll cover the following...
We'll cover the following...
Import the GitHub repo
Let’s bring our previous work on Symfony into the terminal below.
In the Educative terminal below, set the Git environment variables, GitHub username, and AWS keys.
- Run the command below to clone the GitHub repo:
Your password is the PAT you created earlier.
- Remove the
README.mdfile by running the commands below because it was being used for testing.