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