slack-dockerhub-notify

command module
v0.0.0-...-75ea0dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 27, 2023 License: MIT Imports: 11 Imported by: 0

README

Slack DockerHub Notification On Google AppEngine

build

Run on Google Cloud

Enable Incoming WebHook

You need to enable Incoming WebHooks first. You can search for Incoming WebHooks and add.

Incoming webhooks

Webhook URL should be like https://hooks.slack.com/services/T123456789/000000000000000/777777777777777777777

Deploy to AppEngine

AppEngine has always free usage. You can use appengine for webhook. Create appengine on Google Console. If you don't have any account, just click here to sign up.

git clone https://github.com/rayyildiz/slack-dockerhub-notify.git
cd slack-dockerhub-notify

Changed the name and version on app.yaml.

Run this command to deploy your project to AppEngine. goapp should be in the path variable. More info

goapp deploy app.yaml --project [PROJECT-ID]

URL should be like https://slack-notify.rayyildiz.dev/. More Info .

WebHook URL must be https://slack-notify.rayyildiz.dev/services/T123456789/000000000000000/777777777777777777777 . Change the https://hooks.slack.com with https://slack-notify.rayyildiz.dev

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL