diff options
Diffstat (limited to 'content/projects')
-rw-r--r-- | content/projects/hugo-post-receive-hook.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/projects/hugo-post-receive-hook.md b/content/projects/hugo-post-receive-hook.md index 11c9cc5..346b1b9 100644 --- a/content/projects/hugo-post-receive-hook.md +++ b/content/projects/hugo-post-receive-hook.md @@ -1,10 +1,12 @@ --- title: "Hugo Post Receive Hook" -date: 2022-08-16T23:50:59+02:00 -draft: true +date: 2022-08-16 +draft: false tags: ["git", "hugo"] --- +A shell script for updating a hugo website on a remote server. + ```sh #!/bin/sh |