aboutsummaryrefslogtreecommitdiffhomepage
path: root/posts/git-auto-deploy.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-12-08 14:37:30 -0500
committerBradley Taunt <bt@btxx.org>2024-12-08 14:37:30 -0500
commitafb09dd04c973722ee19c729e106a1bc8b2e443b (patch)
tree5957d67b97e3ea201b76447117e5083cf197b2f4 /posts/git-auto-deploy.md
parent19f4b111c60ad28d3e20dbacf582c461ebb813c8 (diff)
Trying out a new style, minor content changes. Might revert if I feel like it
Diffstat (limited to 'posts/git-auto-deploy.md')
-rw-r--r--posts/git-auto-deploy.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/posts/git-auto-deploy.md b/posts/git-auto-deploy.md
index bfd7e4f..c9af080 100644
--- a/posts/git-auto-deploy.md
+++ b/posts/git-auto-deploy.md
@@ -32,7 +32,7 @@ Before we get into the nitty-gritty, there are a few items we need to take care
**Once you do both of those tasks**, continue with the rest of the article!
-## The `post-receive` Script
+## The post-receive Script
I will be using my own personal website as the main project for this example. My site is built with [wruby](https://git.btxx.org/wruby), so the build instructions are specific to that generator. If you use Jekyll or something similar, you will need to tweak those commands for your own purposes.