diff options
author | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:23:10 -0600 |
---|---|---|
committer | Timmy Keller <tjk@tjkeller.xyz> | 2021-11-11 22:23:10 -0600 |
commit | a92bcfe91bc274970840cbd65e1389d0c4371e02 (patch) | |
tree | b0d507fc9bee430cb429d32e796201773c8599d3 /sync | |
parent | 73688982c135a0276a64aec7d61aaff4e9434d09 (diff) | |
download | scripts-a92bcfe91bc274970840cbd65e1389d0c4371e02.tar.xz scripts-a92bcfe91bc274970840cbd65e1389d0c4371e02.zip |
tssg changes and such
Diffstat (limited to 'sync')
-rwxr-xr-x | sync/pushsite | 3 |
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 |