add slack notifications to drone 1/n

This commit is contained in:
viktorbarzin 2023-01-22 16:58:13 +00:00
parent 65ea868da6
commit 1b01896c7e

View file

@ -8,6 +8,12 @@ trigger:
- push
steps:
- name: slack
image: plugins/slack
settings:
webhook:
from_secret: slack_webhook
channel: general
- name: Prepare terraform files
image: alpine
commands: