parent
2952119198
commit
c707f5b674
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
7. Pushing tagged docker image to ECR
|
||||
8.
|
Loading…
Reference in a new issue