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-py | |
| 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-py')
| -rw-r--r-- | gitbase/post-receive-py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gitbase/post-receive-py b/gitbase/post-receive-py new file mode 100644 index 0000000..37ac6cf --- /dev/null +++ b/gitbase/post-receive-py @@ -0,0 +1,4 @@ +#!/bin/sh +/usr/bin/pee {{GITDIR}}/{{PROJECT}}.git/custom-hooks/deploy.sh \ + {{GITDIR}}/{{PROJECT}}.git/custom-hooks/pip_install \ + {{GITDIR}}/{{PROJECT}}.git/custom-hooks/git_multimail.py |
