summaryrefslogtreecommitdiff
path: root/roles/http/templates/update_http
diff options
context:
space:
mode:
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