summaryrefslogtreecommitdiff
path: root/sync/pushsite
diff options
context:
space:
mode:
authorTimmy Keller <tjk@tjkeller.xyz>2021-10-18 23:09:28 -0500
committerTimmy Keller <tjk@tjkeller.xyz>2021-10-18 23:09:28 -0500
commite7786d9b1904ecd2c9989c3f157df48016b0dd50 (patch)
tree6c05945a22b462556fc4f1612cee2fe778e544fe /sync/pushsite
parent2cf3ea2f828f6da07adff92a7dc5bce6069620ab (diff)
downloadscripts-e7786d9b1904ecd2c9989c3f157df48016b0dd50.tar.xz
scripts-e7786d9b1904ecd2c9989c3f157df48016b0dd50.zip
moved some things around
Diffstat (limited to 'sync/pushsite')
-rwxr-xr-xsync/pushsite5
1 files changed, 5 insertions, 0 deletions
diff --git a/sync/pushsite b/sync/pushsite
new file mode 100755
index 0000000..4507256
--- /dev/null
+++ b/sync/pushsite
@@ -0,0 +1,5 @@
+#!/bin/sh
+ssh root@tjkeller.xyz << EOF
+cd /var/www/tjkeller/
+git pull
+EOF