diff options
| author | Christian Cleberg <[email protected]> | 2025-04-01 22:01:32 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-04-01 22:01:32 -0500 |
| commit | 80bc8747e9d8e47aeceab2a02c4510b35c408d7d (patch) | |
| tree | 9c6caefdcbffe39e3fa6ec3835a27ddc863dadcf /utils/hooks | |
| parent | 9061191da87f742248a9453505f99f70c8783cac (diff) | |
| download | cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.gz cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.tar.bz2 cleberg.net-80bc8747e9d8e47aeceab2a02c4510b35c408d7d.zip | |
migrate back to cleberg.net
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 f7ceff8..4193037 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/cmc.pub/ +rsync -r --delete-before .build/* $ubuntu_server:/var/www/cleberg.net/ |
