summaryrefslogtreecommitdiff
path: root/sync/pushsite
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2024-11-17 23:34:54 -0600
committerTim Keller <tjkeller.xyz>2024-11-17 23:34:54 -0600
commit09ada24d4ec23cf24ab136141b354953d1bbc2fa (patch)
tree2c41e87c71ad3f3cd67a8bea0c1413efbab4087d /sync/pushsite
parent090a3a31683eb08b91351e4d1508a0a73a310a38 (diff)
downloadscripts-09ada24d4ec23cf24ab136141b354953d1bbc2fa.tar.xz
scripts-09ada24d4ec23cf24ab136141b354953d1bbc2fa.zip
reorganize scripts
Diffstat (limited to 'sync/pushsite')
-rwxr-xr-xsync/pushsite8
1 files changed, 0 insertions, 8 deletions
diff --git a/sync/pushsite b/sync/pushsite
deleted file mode 100755
index 1a1cbc3..0000000
--- a/sync/pushsite
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-ssh root@tjkeller.xyz << EOF
-cd /var/www/tjkeller/
-git pull
-cd articles
-git pull
-./tssg -r tssgmd . template.html
-EOF