From 4d43e952fff25b5b131e8699858da663a5ac2c42 Mon Sep 17 00:00:00 2001
From: Martin Fischer <martin@push-f.com>
Date: Sun, 28 Feb 2021 09:18:48 +0100
Subject: initial commit

---
 infra/githooks/post-receive | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100755 infra/githooks/post-receive

(limited to 'infra/githooks/post-receive')

diff --git a/infra/githooks/post-receive b/infra/githooks/post-receive
new file mode 100755
index 0000000..527b5b1
--- /dev/null
+++ b/infra/githooks/post-receive
@@ -0,0 +1,4 @@
+#!/bin/bash
+cd ..
+go build lexsurf.go
+sudo systemctl restart lexsurf
-- 
cgit v1.2.3