diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-03-11 16:09:26 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-03-11 16:09:26 -0500 |
commit | 75cb2408e9251a32779a2c8814d4aaf1a0aae57c (patch) | |
tree | fddf8653aa26a9486ed9e2f56c2215b1742f9f92 /utils/hooks | |
parent | b6068f40908e9185fa8b04df1ebde52866f81296 (diff) | |
download | cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.gz cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.tar.bz2 cleberg.net-75cb2408e9251a32779a2c8814d4aaf1a0aae57c.zip |
move from cleberg.net to cmc.pub
Diffstat (limited to 'utils/hooks')
-rw-r--r-- | utils/hooks/post-push | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hooks/post-push b/utils/hooks/post-push index 4193037..f7ceff8 100644 --- a/utils/hooks/post-push +++ b/utils/hooks/post-push @@ -26,4 +26,4 @@ emacs --script publish.el &>/dev/null 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/ |