diff options
author | Tim Keller <tjkeller.xyz> | 2024-11-17 23:34:54 -0600 |
---|---|---|
committer | Tim Keller <tjkeller.xyz> | 2024-11-17 23:34:54 -0600 |
commit | 09ada24d4ec23cf24ab136141b354953d1bbc2fa (patch) | |
tree | 2c41e87c71ad3f3cd67a8bea0c1413efbab4087d /.old/sync/pushsite | |
parent | 090a3a31683eb08b91351e4d1508a0a73a310a38 (diff) | |
download | scripts-09ada24d4ec23cf24ab136141b354953d1bbc2fa.tar.xz scripts-09ada24d4ec23cf24ab136141b354953d1bbc2fa.zip |
reorganize scripts
Diffstat (limited to '.old/sync/pushsite')
-rwxr-xr-x | .old/sync/pushsite | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.old/sync/pushsite b/.old/sync/pushsite new file mode 100755 index 0000000..1a1cbc3 --- /dev/null +++ b/.old/sync/pushsite @@ -0,0 +1,8 @@ +#!/bin/sh +ssh root@tjkeller.xyz << EOF +cd /var/www/tjkeller/ +git pull +cd articles +git pull +./tssg -r tssgmd . template.html +EOF |