add slack notifications to drone 1/n
This commit is contained in:
parent
65ea868da6
commit
1b01896c7e
1 changed files with 6 additions and 0 deletions
|
|
@ -8,6 +8,12 @@ trigger:
|
||||||
- push
|
- push
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: slack
|
||||||
|
image: plugins/slack
|
||||||
|
settings:
|
||||||
|
webhook:
|
||||||
|
from_secret: slack_webhook
|
||||||
|
channel: general
|
||||||
- name: Prepare terraform files
|
- name: Prepare terraform files
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue