From 52893a10a24fe9e2b2a103d6fb441a6ff4885633 Mon Sep 17 00:00:00 2001 From: Simon Petit Date: Thu, 5 Dec 2024 17:03:33 +0100 Subject: [PATCH] trying new pipeline --- .drone.yml | 5 +++++ drafts/awk_for_web_analysis.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 drafts/awk_for_web_analysis.md diff --git a/.drone.yml b/.drone.yml index b5f5da0..848f87c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,11 @@ type: docker name: default steps: +- name: Publish + image: git.simonpetit.top/simonpetit/bob:0.1.0 + command: + - publish + - name: Deploy image: appleboy/drone-scp settings: diff --git a/drafts/awk_for_web_analysis.md b/drafts/awk_for_web_analysis.md new file mode 100644 index 0000000..f70f2fc --- /dev/null +++ b/drafts/awk_for_web_analysis.md @@ -0,0 +1,4 @@ +# Using awk to analyse nginx logs + +Having a static website, without any javascript, and generated by a custom made static site generator is great. +Now