diff options
author | haturatu <taro@eyes4you.org> | 2024-10-11 01:41:40 +0900 |
---|---|---|
committer | haturatu <taro@eyes4you.org> | 2024-10-11 01:41:40 +0900 |
commit | 7af78e72fffeba009c93c4d768e748f8521468f4 (patch) | |
tree | 65022277596ba82adce303174e8b76a12a5e7a51 /lumebuild.sh | |
parent | ae0dac84f860c981e357a8c386d1ea1f09d758af (diff) |
wip
Diffstat (limited to 'lumebuild.sh')
-rw-r--r-- | lumebuild.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lumebuild.sh b/lumebuild.sh index 3f794d4..755a571 100644 --- a/lumebuild.sh +++ b/lumebuild.sh @@ -1,6 +1,6 @@ #!/bin/bash -LUME_DIR="/var/www/html/soulmining" +LUME_DIR="/your/lume/dir" SRC_DIR="$LUME_DIR/src" BUILD_DIR="site" WEBPSH="/your/webp/convert/path" @@ -17,6 +17,7 @@ git commit -m "`date`" if [ $? -eq 0 ]; then $WEBPSH cd $LUME_DIR || exit + # deno task lume --dest=$BUILD_DIR > /dev/null deno task lume --dest=$BUILD_DIR > /dev/null 2>&1 else exit 1 |