diff options
author | Sacha Chua <sacha@sachachua.com> | 2022-10-17 17:44:06 -0400 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2022-10-17 17:44:06 -0400 |
commit | 7671b51616a25fa6cff9c26fe65d5f703ff94e21 (patch) | |
tree | b85c0e39c1ca65cbf2d9fb4d0e534acd6861083b /roles/wiki/templates/post-update.h00-ikiwiki-wrapper | |
parent | 656e440054f43fc09050ba13e29d4eaaf355fcf5 (diff) | |
download | emacsconf-ansible-7671b51616a25fa6cff9c26fe65d5f703ff94e21.tar.xz emacsconf-ansible-7671b51616a25fa6cff9c26fe65d5f703ff94e21.zip |
Get wiki role to push updates to the right place in docker
Ikiwiki has this three-repo setup with post-update hooks
Diffstat (limited to 'roles/wiki/templates/post-update.h00-ikiwiki-wrapper')
-rwxr-xr-x | roles/wiki/templates/post-update.h00-ikiwiki-wrapper | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/wiki/templates/post-update.h00-ikiwiki-wrapper b/roles/wiki/templates/post-update.h00-ikiwiki-wrapper new file mode 100755 index 0000000..684ac28 --- /dev/null +++ b/roles/wiki/templates/post-update.h00-ikiwiki-wrapper @@ -0,0 +1,6 @@ +#!/bin/sh + +# bring the mirror up to date with this repo +cd "{{ ikiwiki_src_dir }}" +git fetch --prune +exec {{ ikiwiki_path }}/hooks/emacsconf |