notify-slack
Simple container to post a slack webhook message
Args:
-
WEBHOOK (the last part of the webhook url, which includes
org_id
,channel_id
andwebhook_secret
separated by/
) -
MESSAGE (the message you want to send to the channel)
Usage:
Run via Docker:
docker run makevoid/notify-slack -e WEBHOOK=".../.../..." -e MESSAGE="Deployment in $ENV completed"
Run via Compose:
(uses the default message)
WEBHOOK=".../.../..." docker-compose up --build