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