Skip to content

Commit

Permalink
chore: use github actions as ci pipeline (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco authored Mar 29, 2024
1 parent 09cb6b9 commit ba12a86
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 24 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- run: echo "Hello world"
- uses: actions/checkout@v4
- uses: docker/setup-buildx-action@v3
- run: docker-compose build
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Serilog.Sinks.Http - Sample in .NET Core

[![Build status](https://ci.appveyor.com/api/projects/status/n6xpr0vxexlb1oro/branch/master?svg=true)](https://ci.appveyor.com/project/FantasticFiasco/serilog-sinks-http-sample-dotnet-core/branch/master)
[![CI](https://github.com/FantasticFiasco/serilog-sinks-http-sample-dotnet-core/actions/workflows/ci.yml/badge.svg)](https://github.com/FantasticFiasco/serilog-sinks-http-sample-dotnet-core/actions/workflows/ci.yml)

This repository contains a sample application of [Serilog.Sinks.Http](https://github.com/FantasticFiasco/serilog-sinks-http) producing log events sent over HTTP to a basic log server.

Expand All @@ -15,4 +15,4 @@ What you will end up with is two containers, one producing log events while the
## Remarks

- The sample application is using a custom implementation of a HTTP client, mainly to show that it is possible to do so. But don't specify a custom implementation if you don't have to.
- The sink is configured in code, but could as well be configured in `appsettings.json` using [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration).
- The sink is configured in code, but could as well be configured in `appsettings.json` using [Serilog.Settings.Configuration](https://github.com/serilog/serilog-settings-configuration).
12 changes: 0 additions & 12 deletions appveyor.yml

This file was deleted.

9 changes: 0 additions & 9 deletions build/build.sh

This file was deleted.

0 comments on commit ba12a86

Please sign in to comment.