How do I bind a Bitbucket website to a local host?

I am trying to write a web hook to post push repository events to my local server (for testing). The problem is that the web hook on the bitbucket user interface accepts the url and my server runs on localhost - what do I put in the url field? Should I enter the IP address of the computer and then the port?

So something like:

http://129.123.3.1:8080/webHookUrl

Thanks for any help!

+4
source share
1 answer

, URL- , . - ngrok. - - . , HTTP- Apache. . , - Github. Bitbucket ( , Bitbucket ).

+3

Source: https://habr.com/ru/post/1614784/


All Articles