diff --git a/README.md b/README.md index d54edce..cefd031 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Setup a CI/CD Pipeline Using GitHub Actions +# CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free) -This project includes the code from my YouTube video on "Setup a CI/CD Pipeline Using GitHub Actions" (to be released) +This project includes the code from my YouTube video on ["CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free)"](https://www.youtube.com/watch?v=p3W2XCD3smk) The purpose of this project is to show how you can use GitHub Actions as CI/CD pipeline instead of using tools such as TeamCity and Octopus. @@ -59,4 +59,5 @@ The GitHub Actions workflow file [build-and-test.yml](.github/workflows/build-an 4. Spinning up docker containers 5. Running integration tests against docker API 6. Displaying Test Results -7. Pushing tagged docker image to ECR \ No newline at end of file +7. Pushing tagged docker image to ECR +8. \ No newline at end of file