diff options
| author | Bradley Taunt <bt@btxx.org> | 2024-12-08 14:37:30 -0500 |
|---|---|---|
| committer | Bradley Taunt <bt@btxx.org> | 2024-12-08 14:37:30 -0500 |
| commit | afb09dd04c973722ee19c729e106a1bc8b2e443b (patch) | |
| tree | 5957d67b97e3ea201b76447117e5083cf197b2f4 /posts/git-auto-deploy.md | |
| parent | 19f4b111c60ad28d3e20dbacf582c461ebb813c8 (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.md | 2 |
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. |
