Skip to content

omarkalloush/notify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notify

A Slack application that monitors Github repositories and notifies specifi slack channels when new releases comes out.

Firing it up!

  1. Edit the .env file with the required values.

    • SLACK_TOKEN
    • SLACK_CHANNELS
    • repositoriesJSON
  2. Building the image

docker build -t notify .
  1. Starting the application
docker run -p 8080:8080 notify:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published