# wsgi-bitbucket-mirror Braindead web hook to mirror bitbucket repositories 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 WSGIApplicationGroup %{GLOBAL} Require all granted ``` then add https://yourservername/bitbuvcket-mirror to your bitbucket repos webhooks.