aziros/docker/webhook/entrypoint.sh

5 lines
196 B
Bash
Executable File

#!/bin/sh
# Substituiert ${DEPLOY_WEBHOOK_SECRET} im hooks.json-Template
envsubst < /etc/webhook/hooks.json > /tmp/hooks.json
exec webhook -hooks /tmp/hooks.json -verbose -port 9000 -urlprefix ""