Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

rayyildiz/slack-dockerhub-notify

Repository files navigation

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