Skip to content

Instantly share code, notes, and snippets.

@lechidung
Created June 25, 2019 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lechidung/d5dc9e5489b8217562a5e90923f36d2e to your computer and use it in GitHub Desktop.
Save lechidung/d5dc9e5489b8217562a5e90923f36d2e to your computer and use it in GitHub Desktop.
Bring Your Own Integrations
resource_types:
- name: slack
type: docker-image
source:
repository: quay.io/ahelal/bender
tag: latest
resources:
- name: slack-deploy
type: slack
source:
slack_token: ((slack_token))
channel: "admin"
grammar: "dang! deploy it now!"
jobs:
- name: prod-deploy
plan:
- get: slack-deploy
trigger: true
- # ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment