Skip to content

makevoid/notify-slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and webhook_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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published