With your CodeCommit repo created, it's now time to go ahead and use this repository as our source control repository. To do so, we will first push a standard WordPress application from our local development server to the AWS CodeCommit repository using simple Git commands and later run a few more Git commands as well as AWS actions to branch and commit our code.
To begin with, first we will need to copy the WordPress application contents over to our local repository that was cloned earlier:
- Once the WordPress application is downloaded to your local development server, simply unzip ...