summaryrefslogtreecommitdiff
path: root/sync/pushsite
diff options
context:
space:
mode:
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