From 3e8353e2eb1d2bb6e56054fe2f5b563baa810509 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 28 Jul 2024 19:59:14 -0500 Subject: fix build target --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 81c09c6..ef760d5 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,6 @@ #!/bin/bash -printf "Did you update the 'Recent Blog Posts' section? [yn]" +printf "Did you update the 'Recent Blog Posts' section? [yn] " read answer if [ "$answer" != "${answer#[Yy]}" ] ; then @@ -8,7 +8,7 @@ if [ "$answer" != "${answer#[Yy]}" ] ; then echo "Environment = Production" && \ rm -rf .build/* && \ emacs --script publish.el && \ - rsync -av --delete-before public/* ubuntu:/var/www/cleberg.net/ + rsync -av --delete-before .build/* ubuntu:/var/www/cleberg.net/ else echo "Environment = Development" && \ rm -rf .build/* && \ -- cgit v1.2.3-70-g09d2