From d1ed830668b9e477f5dff74e63ea966afb6e4632 Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 12 Feb 2021 09:57:33 +0000 Subject: [PATCH] Scripted auto-commit on change (2021-02-12 09:57:33) by gitwatch.sh --- content/note/6026510b/index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 content/note/6026510b/index.md diff --git a/content/note/6026510b/index.md b/content/note/6026510b/index.md new file mode 100644 index 00000000..27cd5a28 --- /dev/null +++ b/content/note/6026510b/index.md @@ -0,0 +1,16 @@ +--- +date: '2021-02-12 09:57:31' +draft: false +posttype: note +sensitive: 'false' +slug: 6026510b +visibility: public +title: note +--- +Looking into alternatives to DroneCI for my Hugo & Gitea set up.. it has become unbearably slow and now all of a sudden, the (unchanged) process flow is removing all site CSS if I delete a post.. + +On a git commit, it needs to: +1. git pull to local repository on web server +2. run a Hugo build command + +Simple enough.. I wonder if I can just create a script as a Gitea webhook?