aboutsummaryrefslogtreecommitdiffstats
path: root/post-receive.example
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2022-04-19 00:47:47 +0300
committerla-ninpre <leobrekalini@gmail.com>2022-04-19 00:47:47 +0300
commite09c2afe5f6bc1782c8b7a4b7e8acb9d10e7c87d (patch)
treea28572b60831d18b9760bd3c11d13dc07bca2b95 /post-receive.example
parent8d962aabf74c42c3afdc38f2f85fa7b06fd04ef0 (diff)
downloadaaoth.xyz-e09c2afe5f6bc1782c8b7a4b7e8acb9d10e7c87d.tar.gz
aaoth.xyz-e09c2afe5f6bc1782c8b7a4b7e8acb9d10e7c87d.zip
fix build script and post-receive hook
*facepalm*
Diffstat (limited to 'post-receive.example')
-rw-r--r--post-receive.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/post-receive.example b/post-receive.example
index 84a5b6c..da32264 100644
--- a/post-receive.example
+++ b/post-receive.example
@@ -14,7 +14,7 @@ export AAOTH_ROOT AAOTH_GEMROOT
git clone -b main "$GIT_REPO" "$TMP_GIT_CLONE"
# build the site
-cd "$TMP_GIT_CLONE" && sh build.sh
+cd "$TMP_GIT_CLONE" && ./build.sh
# clean up
rm -Rf "$TMP_GIT_CLONE"