This commit is contained in:
2026-03-21 15:23:34 +00:00
parent 9c423da166
commit 6c62e2208c

View File

@@ -100,3 +100,5 @@ version: 1.1.1
Said service would be a simple nginx docker container on some random port, that serves whatever it is asked. Said service would be a simple nginx docker container on some random port, that serves whatever it is asked.
In order for such a service to be viable, I don't want to have to manage it manually. Instead, I can use a webhook to pull the html In order for such a service to be viable, I don't want to have to manage it manually. Instead, I can use a webhook to pull the html
repo whenever there is a new commit. This could also be on a timer, but instant gratification is better. repo whenever there is a new commit. This could also be on a timer, but instant gratification is better.
Unfortunately, nothing ever goes to plan when linux is involved.