Browse Source

Scripted auto-commit on change (2021-02-12 09:57:33) by gitwatch.sh

master
jk 3 years ago
parent
commit
d1ed830668
  1. 16
      content/note/6026510b/index.md

16
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?