irc-push-function/README.adoc

309 B

<html lang="en"> <head> </head>

IRC push function

Development

Local invocations

curl -XPOST --data @events.push.json http://localhost:8100/api/webhook

Deployment

docker build -t functionsbrokencode.azurecr.io/irc-push . && docker push functionsbrokencode.azurecr.io/irc-push
</html>