Edit Readme (#1)

* .

* Add link to YouTube video
This commit is contained in:
Alex Hyett 2023-07-19 09:45:50 +01:00 committed by GitHub
parent 2952119198
commit c707f5b674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. 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 4. Spinning up docker containers
5. Running integration tests against docker API 5. Running integration tests against docker API
6. Displaying Test Results 6. Displaying Test Results
7. Pushing tagged docker image to ECR 7. Pushing tagged docker image to ECR
8.