diff options
Diffstat (limited to 'infra/githooks')
-rwxr-xr-x | infra/githooks/post-receive | 4 |
1 files changed, 4 insertions, 0 deletions
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 |