Skip to content

Commit

Permalink
Store atefacts on github pages
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Pivotto <[email protected]>
  • Loading branch information
roidelapluie committed Mar 16, 2022
1 parent 3a8a47c commit 41c4c9e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
- run: make
- uses: actions/upload-artifact@v3
with:
name: oy-toolkit
path: result/bin/
- run: make publish DOCKER_USERNAME=${{ secrets.DOCKER_USERNAME }} DOCKER_PASSWORD=${{ secrets.DOCKER_PASSWORD }}
- run: make documentation
- name: deploy documentation
Expand Down
2 changes: 2 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This repository contains code from third party products.
We keep the relevant copyright notices in the files themselves.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# The o11y toolkit

The o11y toolkit is a collection of tools to work around open source
observability products, such as Prometheus, Cortex, Loki, Jaeger and
OpenTelemetry.

0 comments on commit 41c4c9e

Please sign in to comment.