aboutsummaryrefslogtreecommitdiff
path: root/index.org
diff options
context:
space:
mode:
authorPreston Pan <preston@nullring.xyz>2024-02-29 22:37:34 -0800
committerPreston Pan <preston@nullring.xyz>2024-02-29 22:37:34 -0800
commit9551c7d783b76edff579287238ab3b85d37efe25 (patch)
tree9dee84645a3e670a9790f8902e445d57d759af4d /index.org
parent385a33828a6a95f28e0445fa89dcf1d11513ba4f (diff)
publish nix config
Diffstat (limited to 'index.org')
-rw-r--r--index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.org b/index.org
index 57d4665..59e30e6 100644
--- a/index.org
+++ b/index.org
@@ -64,7 +64,7 @@ website:
#+begin_src shell :exports code :results silent
cd ~/org/website
git add .
-git commit -m "publish from thinkpad"
+git commit -m "publish nix config"
git push origin main
rsync -azvP ~/website_html/ root@nullring.xyz:/var/www/ret2pop/
#+end_src