aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 537954a..66887b3 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
emacs --script publish.el &>/dev/null
# Deploy changes
- rsync -r --delete-before .build/* $ubuntu_server:/var/www/cmc.pub/
+ rsync -r --delete-before .build/* $ubuntu_server:/var/www/cleberg.net/
else
echo "Environment: Development"