Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nomad-Deploy-Notifier

docker-publish Go Build

Send Nomad deployment messages to slack in GO Lang

Deployment

Application can be launched using docker
For example inside a Nomad. Don't forget to change Slack stuff.

job "nomad-deploy-notifier" {
    datacenters = ["dc1"]
    type = "service"
    group "nomad-deploy-notifier" {
        task "nomad-deploy-notifier" {
            driver = "docker"
            env {
              "SLACK_TOKEN": "SLACK_TOKEN",
              "SLACK_CHANNEL":"SLACK_CHANNEL"
            }
            config {
                image = "ghcr.io/allan-nava/Nomad-Deploy-Notifier:latest"
                network_mode = "host"
            }
        }
    }
}

Inspired by https://github.com/drewbailey/nomad-deploy-notifier

About

Send Nomad deployment messages to slack in GO Lang

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages