From e7786d9b1904ecd2c9989c3f157df48016b0dd50 Mon Sep 17 00:00:00 2001 From: Timmy Keller Date: Mon, 18 Oct 2021 23:09:28 -0500 Subject: moved some things around --- sync/pushsite | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 sync/pushsite (limited to 'sync/pushsite') 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 -- cgit v1.2.3