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 60fb0f9..aabf154 100755
--- a/build.sh
+++ b/build.sh
@@ -34,7 +34,7 @@ if [[ "$answer" =~ ^[Yy]$ ]]; then
minify -o theme/static/styles.min.css theme/static/styles.css
# Deploy changes
- rsync -r --delete-before .build/* $ubuntu_server:/var/www/cleberg.net/
+ rsync -r --delete-before .build/* $ubuntu_server:/var/www/cmc.pub/
else
echo "Environment: Development"