The code from my YouTube video on "CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free)"
Find a file
2023-07-10 11:57:39 +01:00
.config Add boilerplate code without DB 2023-06-30 14:00:30 +01:00
.github/workflows Add sleep 2023-07-10 11:57:39 +01:00
.vscode Add basic unit tests 2023-07-05 11:32:03 +01:00
src Add env and Docker files 2023-07-10 11:21:31 +01:00
test Add test results 2023-07-10 11:47:11 +01:00
.gitignore Add boilerplate code without DB 2023-06-30 14:00:30 +01:00
docker-compose.yml Add env and Docker files 2023-07-10 11:21:31 +01:00
Dockerfile Add env and Docker files 2023-07-10 11:21:31 +01:00
GitHubActionsDemo.sln Added Integration test that uses Refit 2023-07-07 14:27:35 +01:00
LICENSE Initial commit 2023-06-30 09:29:25 +01:00
README.md Add boilerplate code without DB 2023-06-30 14:00:30 +01:00

Setup a CI/CD Pipeline Using GitHub Actions

The code from my YouTube video on "Setup a CI/CD Pipeline Using GitHub Actions"