From d3e86007738a8b4f04ab00a677d8c385156d4a71 Mon Sep 17 00:00:00 2001 From: Donald Delmar Davis Date: Fri, 22 Mar 2019 23:20:35 -0700 Subject: Update README.md --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index aebf1af..458d1fa 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3