From c707f5b674b5a9aa4e82b34d1f1a26265fb73f9a Mon Sep 17 00:00:00 2001 From: Alex Hyett <14217182+alexhyett@users.noreply.github.com> Date: Wed, 19 Jul 2023 09:45:50 +0100 Subject: [PATCH] Edit Readme (#1) * . * Add link to YouTube video --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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