diff --git a/.github/workflows/deploy-postmortems.yml b/.github/workflows/deploy-postmortems.yml new file mode 100644 index 00000000..d9c19b4a --- /dev/null +++ b/.github/workflows/deploy-postmortems.yml @@ -0,0 +1,32 @@ +name: Deploy Post-Mortems to GitHub Pages + +on: + push: + branches: [master] + paths: + - 'post-mortems/**' + workflow_dispatch: + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: pages + cancel-in-progress: false + +jobs: + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/configure-pages@v5 + - uses: actions/upload-pages-artifact@v3 + with: + path: post-mortems + - id: deployment + uses: actions/deploy-pages@v4 diff --git a/post-mortems/index.html b/post-mortems/index.html new file mode 100644 index 00000000..f8bcb447 --- /dev/null +++ b/post-mortems/index.html @@ -0,0 +1,122 @@ + + +
+ + +Incident reviews for the viktorbarzin.me Kubernetes cluster
+ + + + \ No newline at end of file