The code from my YouTube video on "CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free)"
Find a file
2023-07-10 14:49:57 +01:00
.config Add boilerplate code without DB 2023-06-30 14:00:30 +01:00
.github/workflows Add configurable URL 2023-07-10 14:48:10 +01:00
.vscode Add configurable URL 2023-07-10 14:48:10 +01:00
src Remvoe port 2023-07-10 14:49:57 +01:00
test Add configurable URL 2023-07-10 14:48:10 +01:00
.env Add configurable URL 2023-07-10 14:48:10 +01:00
.gitignore Add boilerplate code without DB 2023-06-30 14:00:30 +01:00
docker-compose.yml Add configurable URL 2023-07-10 14:48:10 +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 configurable URL 2023-07-10 14:48:10 +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"

The purpose of this project is to show how you can use GitHub actions for CI/CD pipelines.

This project includes