summaryrefslogtreecommitdiff
path: root/.old/sync/pushsite
diff options
context:
space:
mode:
Diffstat (limited to '.old/sync/pushsite')
-rwxr-xr-x.old/sync/pushsite8
1 files changed, 0 insertions, 8 deletions
diff --git a/.old/sync/pushsite b/.old/sync/pushsite
deleted file mode 100755
index 1a1cbc3..0000000
--- a/.old/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