From 3f83226d44cd1449c4bf7996da4fd4e094ce3e7b Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Thu, 25 Jan 2024 16:50:49 -0800 Subject: is my website fixed? --- index.org | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'index.org') diff --git a/index.org b/index.org index fc678f6..5c32c0a 100644 --- a/index.org +++ b/index.org @@ -64,10 +64,10 @@ cd ~/org/website git add . git commit -m "is my website fixed?" git push github main -rsync ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ +rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/ #+end_src #+RESULTS: -| [main | 383ca6a] | add | code | block | in | website | -| 1 | file | changed, | 1 | insertion(+), | 7 | deletions(-) | -| skipping | directory | . | | | | | +| [main | 18ce6fd] | is | my | website | fixed? | | +| 1 | file | changed, | 6 | insertions(+), | 1 | deletion(-) | +| skipping | directory | . | | | | | -- cgit