summaryrefslogtreecommitdiffstats
path: root/roles/local_deploy/files/post-receive.public.sh
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2014-12-16 17:11:22 +0100
committerMichael Scherer <misc@zarb.org>2014-12-16 17:11:22 +0100
commit938bf3c804ef28e3a68e8d3eddc6cb97c03ee3b2 (patch)
tree3bcf196c3244146ac5bb352777c51cafa217eaa5 /roles/local_deploy/files/post-receive.public.sh
parente9b939228d5a6e41652963615e7a4cebd671fece (diff)
Use sudo to deploy and run ansible as a regular user
Diffstat (limited to 'roles/local_deploy/files/post-receive.public.sh')
-rw-r--r--roles/local_deploy/files/post-receive.public.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/roles/local_deploy/files/post-receive.public.sh b/roles/local_deploy/files/post-receive.public.sh
index ce4da28..adcfa80 100644
--- a/roles/local_deploy/files/post-receive.public.sh
+++ b/roles/local_deploy/files/post-receive.public.sh
@@ -1,4 +1,5 @@
#!/bin/sh
-GIT_WORK_TREE=/etc/ansible/ git checkout -q -f
+sudo /usr/local/bin/extract_wrapper.sh $GIT_DIR
+#GIT_WORK_TREE=/etc/ansible/ git checkout -q -f
# run ansible
-/usr/local/bin/ansible_run.sh
+sudo /usr/local/bin/ansible_run.sh