summaryrefslogtreecommitdiff
path: root/.old/sync/pushsite
blob: 1a1cbc34a0e18c591eb1ebeff17c0102908aebc0 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
ssh root@tjkeller.xyz << EOF
cd /var/www/tjkeller/
git pull
cd articles
git pull
./tssg -r tssgmd . template.html
EOF