diff options
| author | danix <danix@danix.xyz> | 2018-12-19 08:16:14 +0100 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2018-12-19 08:16:14 +0100 |
| commit | d96d4d16706f295af4f5e1df201a683606f2f108 (patch) | |
| tree | e60cd582f956f0526b81507514e8583bcfa3b058 /gitbase/post-receive | |
| parent | 13686e1e2076b534b87b66489ad177cd11d5d93a (diff) | |
| download | git_shell-d96d4d16706f295af4f5e1df201a683606f2f108.tar.gz git_shell-d96d4d16706f295af4f5e1df201a683606f2f108.zip | |
extra scripts are now separated from main create script.
Diffstat (limited to 'gitbase/post-receive')
| -rw-r--r-- | gitbase/post-receive | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gitbase/post-receive b/gitbase/post-receive new file mode 100644 index 0000000..d9da8cb --- /dev/null +++ b/gitbase/post-receive @@ -0,0 +1,3 @@ +#!/bin/sh +/usr/bin/pee {{GITDIR}}/{{PROJECT}}.git/custom-hooks/deploy.sh \ + {{GITDIR}}/{{PROJECT}}.git/custom-hooks/git_multimail.py |
