summaryrefslogtreecommitdiffstats
path: root/push
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2026-07-28 10:57:14 -0700
committeryum <yum.food.vr@gmail.com>2026-07-28 10:57:14 -0700
commit49ed34c1bc1e8c0b1e654c3341d893678d564d09 (patch)
tree4fa43dee0a1d6e607c7bfd299775fee4f68ccb92 /push
parent061339bf18f46a8bd723b309e8624779f5dae2f8 (diff)
Clanker css & push script cleanup
Diffstat (limited to 'push')
-rwxr-xr-xpush3
1 files changed, 1 insertions, 2 deletions
diff --git a/push b/push
index c4922d0..1364b46 100755
--- a/push
+++ b/push
@@ -2,6 +2,5 @@
set -o errexit
set -o xtrace
-rsync -av ~/website/ yummers.dev:~/website/
+rsync -av --exclude='.*' --exclude='site_generated/' --exclude='pandoc-*.deb' ~/website/ yummers.dev:~/website/
ssh yummers.dev 'cd website && ./make_html ./index.md'
-