diff options
author | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:50:49 -0800 |
---|---|---|
committer | Preston Pan <preston@nullring.xyz> | 2024-01-25 16:50:49 -0800 |
commit | 3f83226d44cd1449c4bf7996da4fd4e094ce3e7b (patch) | |
tree | 6e23eac21ce16b4aadbcc31b49af32076e7267b0 | |
parent | 18ce6fd70011b27c8c4fdf381bd9f5a2b4d92b57 (diff) |
is my website fixed?
-rw-r--r-- | index.org | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 | . | | | | | |