Skip to content

Super Simple GCloud Build Slack Notifier. Be sure to 🌟 this repository for updates!

Notifications You must be signed in to change notification settings

smashah/gcloud-build-slack-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Super Simple GCloud Build Slack Notifier

Slack integration for Google Cloud Build, using Google Cloud Functions to post messages to Slack.

How

  1. Clone the repo

  2. Create a Slack app, and copy the webhook URL in index.js:

const SLACK_WEBHOOK_URL = "ENTER_WEBHOOK_URL_HERE";
  1. Get deps
npm i
  1. Deploy to google cloud functions (make sure you're using the right project by using gcloud init)
gcloud functions deploy subscribe --runtime nodejs8 --trigger-topic cloud-builds

About

Super Simple GCloud Build Slack Notifier. Be sure to 🌟 this repository for updates!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published