aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files 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
<Directory /var/www/wsgi>