X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=.build%2FspEUsgyear%2Fshare%2Fdeploy%2Fgit%2Fpost-update;fp=.build%2FspEUsgyear%2Fshare%2Fdeploy%2Fgit%2Fpost-update;h=0000000000000000000000000000000000000000;hb=80a3d4fd17916276f2185756d24e9858ebf6a98d;hp=43d16738f4c3b4840aabf111b82057700edf9485;hpb=6b832bd6eabfef633627b14a5252110b8653e310;p=p5sagit%2FOyster.git diff --git a/.build/spEUsgyear/share/deploy/git/post-update b/.build/spEUsgyear/share/deploy/git/post-update deleted file mode 100755 index 43d1673..0000000 --- a/.build/spEUsgyear/share/deploy/git/post-update +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# This rather relies on being an account with permission to do this. -# Who does the script run as? Presumably the owner of the repo as git will -# use ssh-keys to get onto the server. -# -# Realistically that user needs to be put in /etc/sudoers -# -# user ALL=NOPASSWD: /etc/init.d/apache -# -# And also the command below should be prefixed by sudo - -# Restart server -/etc/init.d/apache graceful