aziros/docker/webhook/entrypoint.sh

4 lines
183 B
Bash
Executable File

#!/bin/sh
sed "s|\${DEPLOY_WEBHOOK_SECRET}|${DEPLOY_WEBHOOK_SECRET}|g" /etc/webhook/hooks.json > /tmp/hooks.json
exec webhook -hooks /tmp/hooks.json -verbose -port 9000 -urlprefix ""