From e74286a940c40f5d32ec94d9fdc3dc844b2deb36 Mon Sep 17 00:00:00 2001 From: Yann Verry Date: Tue, 25 Oct 2022 23:57:04 +0200 Subject: [PATCH] add drone on readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cd4c78..11002f4 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,8 @@ git pull --recurse-submodules ```bash hugo rsync -arvz --delete public/ peach.verry.org:/srv/www/yann/yann.verry.org/ -``` \ No newline at end of file +``` + +# Drone + +CI/CD was made by drone. Today the CI just ran a simple `hugo` to check if syntax if correct \ No newline at end of file