diff options
| author | Donald Delmar Davis <don@suspectdevices.com> | 2019-03-22 23:20:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-22 23:20:35 -0700 |
| commit | d3e86007738a8b4f04ab00a677d8c385156d4a71 (patch) | |
| tree | 9bdafb30bf12e92c54e9a1b9dbbe829386abfed9 | |
| parent | ec501064da77d4ca164349ed7558b3e31b5a01a8 (diff) | |
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -1,12 +1,13 @@ # wsgi-bitbucket-mirror Braindead web hook to mirror bitbucket repositories ---------------------------------------------------------------------------- bbpost-hook.wsgi - simeple hook to mirror bitbucket repo. - NOTE: Assumes web user has ssh key basedrepo access. - hacked from pre-json sample bitbucket webhookhook. - (c) 2019 Suspect Devices - assuming that you put this code in /var/www/wsgi/ - Add the following to your apache configuratino + +NOTE: Assumes web user has ssh key basedrepo access. + +hacked from pre-json sample bitbucket webhookhook. + +(c) 2019 Suspect Devices + +Assuming that you put this code in /var/www/wsgi/ add the following to your apache configuratino ``` WSGIScriptAlias /bitbucket-mirror /var/www/wsgi/bbpost-hook.wsgi <Directory /var/www/wsgi> |
