summaryrefslogtreecommitdiff
path: root/roles/http/templates/update_http
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2026-09-07 17:41:07 +0100
committerJoe Carstairs <me@joeac.net>2026-09-07 17:41:07 +0100
commitb56721c23dc239fa0c8446e6b4ccf3616c853a2e (patch)
tree88e62aea3776736e0502d1867d258af0e3b560f8 /roles/http/templates/update_http
parentc1ae5e365e37cf9235656da83612af821ca1a44f (diff)
simplify update http script
Diffstat (limited to 'roles/http/templates/update_http')
-rw-r--r--roles/http/templates/update_http8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/http/templates/update_http b/roles/http/templates/update_http
deleted file mode 100644
index 38f6bd7..0000000
--- a/roles/http/templates/update_http
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-cd {{ src_dir }}/joeac.net/http
-git pull
-if make -q
-then
- make
-fi