项目作者: smashah

项目描述 :
Super Simple GCloud Build Slack Notifier. Be sure to 🌟 this repository for updates!
高级语言: JavaScript
项目地址: git://github.com/smashah/gcloud-build-slack-notifier.git
创建时间: 2019-04-18T19:52:38Z
项目社区:https://github.com/smashah/gcloud-build-slack-notifier

开源协议:

下载


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:

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