summaryrefslogtreecommitdiff
path: root/sync
diff options
context:
space:
mode:
Diffstat (limited to 'sync')
-rwxr-xr-xsync/pushsite3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync/pushsite b/sync/pushsite
index 4507256..1a1cbc3 100755
--- a/sync/pushsite
+++ b/sync/pushsite
@@ -2,4 +2,7 @@
ssh root@tjkeller.xyz << EOF
cd /var/www/tjkeller/
git pull
+cd articles
+git pull
+./tssg -r tssgmd . template.html
EOF